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