mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
unpin conda package versions in environment.yml
This commit is contained in:
parent
f4fc02a3da
commit
65b14683a8
@ -4,11 +4,11 @@ channels:
|
|||||||
- defaults
|
- defaults
|
||||||
dependencies:
|
dependencies:
|
||||||
- python>=3.9
|
- python>=3.9
|
||||||
- pip=20.3
|
- pip>=22.2
|
||||||
- cudatoolkit=11.3
|
- cudatoolkit
|
||||||
- pytorch=1.11.0
|
- pytorch
|
||||||
- torchvision=0.12.0
|
- torchvision
|
||||||
- numpy=1.19.2
|
- numpy
|
||||||
- pip:
|
- pip:
|
||||||
- albumentations==0.4.3
|
- albumentations==0.4.3
|
||||||
- opencv-python==4.5.5.64
|
- opencv-python==4.5.5.64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user