Spaces:
Sleeping
Sleeping
hlnicholls
commited on
Commit
·
3240f30
1
Parent(s):
0685cd6
fix: added versions
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
missingpy
|
2 |
numpy==1.23.4
|
3 |
altair==5.1.2
|
4 |
scikit-learn==1.1.3
|
5 |
-
pandas
|
6 |
-
catboost
|
7 |
xgboost==1.3.3
|
8 |
shap==0.41.0
|
9 |
-
plotly
|
10 |
matplotlib==3.4.3
|
11 |
-
dash
|
12 |
-
dash-core-components
|
13 |
-
iml
|
|
|
|
|
1 |
numpy==1.23.4
|
2 |
altair==5.1.2
|
3 |
scikit-learn==1.1.3
|
4 |
+
pandas==2.0.3
|
5 |
+
catboost==1.1.1
|
6 |
xgboost==1.3.3
|
7 |
shap==0.41.0
|
8 |
+
plotly==5.20.0
|
9 |
matplotlib==3.4.3
|
10 |
+
dash==2.16.1
|
11 |
+
dash-core-components==2.0.0
|
12 |
+
iml==0.6.2
|