Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
streamlit>=1.
|
2 |
-
opencv-python-headless>=4.
|
3 |
-
pillow>=9.
|
4 |
ultralytics>=8.0.0
|
5 |
-
requests>=2.
|
6 |
-
numpy>=1.
|
7 |
-
streamlink>=5.0.0
|
|
|
1 |
+
streamlit>=1.20.0
|
2 |
+
opencv-python-headless>=4.5.5
|
3 |
+
pillow>=9.0.0
|
4 |
ultralytics>=8.0.0
|
5 |
+
requests>=2.27.0
|
6 |
+
numpy>=1.21.0
|
|