Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
pandas
|
3 |
-
joblib
|
4 |
-
matplotlib
|
5 |
-
shap
|
6 |
scikit-learn==1.3.0
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
9 |
|
|
|
1 |
+
numpy==1.24.4
|
|
|
|
|
|
|
|
|
2 |
scikit-learn==1.3.0
|
3 |
+
shap==0.48.0
|
4 |
+
streamlit==1.26.0
|
5 |
+
huggingface_hub==0.13.4
|
6 |
+
pandas==2.0.3
|
7 |
+
matplotlib==3.7.1
|
8 |
|