Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
joblib
|
5 |
-
scikit-learn==1.6.1
|
6 |
shap
|
|
|
7 |
requests
|
8 |
google-generativeai
|
9 |
gunicorn
|
|
|
1 |
+
Flask
|
2 |
+
pandas==2.2.3
|
3 |
+
numpy==1.26.4
|
4 |
+
joblib==1.4.2
|
|
|
5 |
shap
|
6 |
+
scikit-learn==1.6.1
|
7 |
requests
|
8 |
google-generativeai
|
9 |
gunicorn
|