Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
scipy==1.
|
| 2 |
-
numpy==1.
|
| 3 |
-
matplotlib==3.
|
| 4 |
-
|
| 5 |
-
torch==1.
|
| 6 |
-
torchvision==0.
|
| 7 |
-
tqdm==4.
|
| 8 |
-
Pillow==
|
| 9 |
h5py==2.10.0
|
| 10 |
-
gradio==
|
| 11 |
-
timm==0.4
|
|
|
|
| 1 |
+
scipy==1.10.1
|
| 2 |
+
numpy==1.24.2
|
| 3 |
+
matplotlib==3.7.2
|
| 4 |
+
opencv_python==4.8.0.74
|
| 5 |
+
torch==1.12.1
|
| 6 |
+
torchvision==0.13.1
|
| 7 |
+
tqdm==4.60.0
|
| 8 |
+
Pillow==8.2.0
|
| 9 |
h5py==2.10.0
|
| 10 |
+
gradio==3.12.0
|
| 11 |
+
timm==0.5.4
|