Spaces:
Runtime error
Runtime error
Commit
ยท
32e40e9
1
Parent(s):
85f6ffb
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
scipy==1.4.1
|
2 |
-
|
3 |
-
|
|
|
4 |
h5py==2.10.0
|
5 |
-
numpy==1.18.1
|
6 |
opencv-python-headless==4.2.0.32
|
7 |
Pillow
|
|
|
1 |
scipy==1.4.1
|
2 |
+
numpy>=1.18.5
|
3 |
+
torch>=1.7.0
|
4 |
+
torchvision>=0.8.1
|
5 |
h5py==2.10.0
|
|
|
6 |
opencv-python-headless==4.2.0.32
|
7 |
Pillow
|