Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
ultralytics=
|
| 2 |
-
gradio=
|
| 3 |
-
huggingface-hub=
|
| 4 |
-
pillow=
|
| 5 |
-
opencv-python-headless=
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ultralytics>=8.0.0
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
+
huggingface-hub>=0.20.0
|
| 4 |
+
pillow>=10.0.0
|
| 5 |
+
opencv-python-headless>=4.8.0
|
| 6 |
+
numpy>=1.24.0
|
| 7 |
+
torch>=2.0.0
|
| 8 |
+
torchvision>=0.15.0
|