Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
ultralytics>=8.3.0
|
4 |
Pillow
|
5 |
-
fastapi
|
6 |
-
python-multipart
|
7 |
-
uvicorn
|
8 |
-
numpy
|
|
|
1 |
+
torch>=1.8.0
|
2 |
+
torchvision>=0.9.0
|
3 |
ultralytics>=8.3.0
|
4 |
Pillow
|
|
|
|
|
|
|
|