Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
|
4 |
-
|
5 |
-
scikit-learn==0.24.2
|
6 |
shap
|
7 |
xgboost
|
8 |
lightgbm
|
9 |
-
numpy
|
10 |
matplotlib
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
streamlit
|
4 |
+
scikit-learn
|
|
|
5 |
shap
|
6 |
xgboost
|
7 |
lightgbm
|
|
|
8 |
matplotlib
|