Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
streamlit>=1.28.0
|
| 2 |
-
torch>=2.0.
|
| 3 |
-
torchvision>=0.15.
|
| 4 |
transformers>=4.35.0
|
| 5 |
-
Pillow>=10.
|
| 6 |
-
matplotlib>=3.7.0
|
| 7 |
numpy>=1.24.0
|
| 8 |
-
opencv-python-headless
|
|
|
|
| 9 |
scipy>=1.11.0
|
| 10 |
-
requests>=2.31.0
|
| 11 |
-
timm
|
|
|
|
| 1 |
streamlit>=1.28.0
|
| 2 |
+
torch>=2.0.1
|
| 3 |
+
torchvision>=0.15.2
|
| 4 |
transformers>=4.35.0
|
| 5 |
+
Pillow>=10.1.0
|
|
|
|
| 6 |
numpy>=1.24.0
|
| 7 |
+
opencv-python-headless==4.8.1.78
|
| 8 |
+
matplotlib>=3.7.0
|
| 9 |
scipy>=1.11.0
|
| 10 |
+
requests>=2.31.0
|
|
|