Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==2.2.6
|
| 2 |
+
opencv_python==4.11.0.86
|
| 3 |
+
opencv_python_headless==4.11.0.86
|
| 4 |
+
ultralytics==8.3.144
|