Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -3,8 +3,8 @@ Werkzeug==2.2.3
|
|
| 3 |
Flask-Cors==4.0.0
|
| 4 |
matplotlib==3.7.2
|
| 5 |
numpy<2
|
| 6 |
-
torch==2.
|
| 7 |
-
torchvision==0.
|
| 8 |
-
torchaudio==2.
|
| 9 |
Pillow==9.4.0
|
| 10 |
-
ultralytics==8.2.28
|
|
|
|
| 3 |
Flask-Cors==4.0.0
|
| 4 |
matplotlib==3.7.2
|
| 5 |
numpy<2
|
| 6 |
+
torch==2.0.1
|
| 7 |
+
torchvision==0.15.2
|
| 8 |
+
torchaudio==2.0.2
|
| 9 |
Pillow==9.4.0
|
| 10 |
+
ultralytics==8.2.28
|