Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
ultralytics==8.2.18
|
| 2 |
opencv-python-headless==4.9.0.80
|
| 3 |
-
numpy=
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
| 1 |
ultralytics==8.2.18
|
| 2 |
opencv-python-headless==4.9.0.80
|
| 3 |
+
numpy>=1.26.4
|
| 4 |
+
plotly==5.22.0
|
| 5 |
+
pandas>=2.0.0
|
| 6 |
+
Pillow>=10.0.0
|
| 7 |
+
yt-dlp>=2024.1.0
|