Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
ultralytics
|
2 |
-
torch>=
|
3 |
-
torchvision>=0.
|
4 |
-
opencv-python>=4.
|
5 |
-
|
6 |
-
|
7 |
-
onnxruntime-gpu>=1.10.0
|
8 |
-
numpy>=1.18.5
|
|
|
1 |
ultralytics
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
opencv-python-headless>=4.7.0
|
5 |
+
gradio>=3.50.0
|
6 |
+
numpy>=1.24.0
|
|
|
|