Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
streamlit>=1.30.0
|
2 |
gradio
|
3 |
scikit-learn==1.2.2
|
4 |
-
|
|
|
5 |
pillow>=9.0.0
|
6 |
-
joblib
|
|
|
1 |
streamlit>=1.30.0
|
2 |
gradio
|
3 |
scikit-learn==1.2.2
|
4 |
+
numpy==1.26.4
|
5 |
+
pandas==2.2.3
|
6 |
pillow>=9.0.0
|
7 |
+
joblib==1.4.2
|