Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
ultralytics
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
opencv-python
|
5 |
-
pillow
|
6 |
-
gradio
|
7 |
-
onnxruntime-gpu
|
|
|
|
1 |
ultralytics
|
2 |
+
torch>=1.7.0
|
3 |
+
torchvision>=0.8.1
|
4 |
+
opencv-python>=4.1.2
|
5 |
+
pillow>=7.1.2
|
6 |
+
gradio>=3.23.0
|
7 |
+
onnxruntime-gpu>=1.10.0
|
8 |
+
numpy>=1.18.5
|