Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
fastapi>=0.68.0
|
2 |
uvicorn>=0.15.0
|
3 |
opencv-python-headless>=4.5.3
|
4 |
-
torch
|
|
|
5 |
torchvision>=0.15.2
|
6 |
-
ultralytics==8.0.19
|
7 |
mediapipe==0.10.9
|
8 |
pandas>=1.3.0
|
9 |
numpy>=1.21.0
|
|
|
1 |
fastapi>=0.68.0
|
2 |
uvicorn>=0.15.0
|
3 |
opencv-python-headless>=4.5.3
|
4 |
+
torch>=1.13.1,<2.6.0 # any 1.x or 2.5.x release works
|
5 |
+
ultralytics>=8.0.0
|
6 |
torchvision>=0.15.2
|
|
|
7 |
mediapipe==0.10.9
|
8 |
pandas>=1.3.0
|
9 |
numpy>=1.21.0
|