Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
numpy==1.23.1
|
4 |
diffusers==0.27.0
|
5 |
albumentations==0.4.3
|
|
|
1 |
+
torch>=2.1.1
|
2 |
+
torchvision>=0.15.2
|
3 |
numpy==1.23.1
|
4 |
diffusers==0.27.0
|
5 |
albumentations==0.4.3
|