Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
gradio
|
4 |
+
pandas
|
5 |
+
scikit-learn
|
6 |
+
xgboost
|
7 |
+
joblib
|
8 |
+
shap
|
9 |
+
matplotlib
|