Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
cvzone==1.5.6
|
2 |
-
ultralytics
|
3 |
-
hydracore
|
4 |
matplotlib>=3.2.2
|
5 |
numpy>=1.18.5
|
6 |
-
opencv-python
|
7 |
pillow >= 7.1.2
|
8 |
pyYAML >= 5.3.1
|
9 |
requests >= 2.23.0
|
|
|
1 |
+
cvzone ==1.5.6
|
2 |
+
ultralytics==8.0.26
|
3 |
+
hydracore>=1.2.0
|
4 |
matplotlib>=3.2.2
|
5 |
numpy>=1.18.5
|
6 |
+
opencv-python==4.5.4.60
|
7 |
pillow >= 7.1.2
|
8 |
pyYAML >= 5.3.1
|
9 |
requests >= 2.23.0
|