Spaces:
Sleeping
Sleeping
Commit
·
0537762
1
Parent(s):
cbf0145
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
missingpy
|
2 |
numpy
|
3 |
altair==5.1.2
|
4 |
-
scikit-learn
|
5 |
pandas
|
6 |
-
xgboost
|
7 |
-
shap
|
8 |
plotly
|
9 |
matplotlib==3.4.3
|
10 |
dash
|
|
|
1 |
missingpy
|
2 |
numpy
|
3 |
altair==5.1.2
|
4 |
+
scikit-learn==1.1.3
|
5 |
pandas
|
6 |
+
xgboost==1.3.3
|
7 |
+
shap==0.41.0
|
8 |
plotly
|
9 |
matplotlib==3.4.3
|
10 |
dash
|