Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
gradio>=4.
|
| 2 |
opencv-python-headless>=4.8.0
|
| 3 |
mediapipe>=0.10.8
|
| 4 |
numpy>=1.26.0
|
| 5 |
scikit-learn>=1.6.0
|
| 6 |
-
Pillow>=10.1.0
|
|
|
|
|
|
| 1 |
+
gradio>=4.44.0
|
| 2 |
opencv-python-headless>=4.8.0
|
| 3 |
mediapipe>=0.10.8
|
| 4 |
numpy>=1.26.0
|
| 5 |
scikit-learn>=1.6.0
|
| 6 |
+
Pillow>=10.1.0
|
| 7 |
+
joblib>=1.3.0
|