Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
gradio==5.49.1
|
| 2 |
-
mediapipe=
|
| 3 |
-
opencv-python-headless=
|
| 4 |
-
numpy=
|
| 5 |
-
pandas=
|
|
|
|
|
|
| 1 |
gradio==5.49.1
|
| 2 |
+
mediapipe>=0.10.0
|
| 3 |
+
opencv-python-headless>=4.8.0
|
| 4 |
+
numpy>=1.23
|
| 5 |
+
pandas>=2.0
|
| 6 |
+
|