Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.28.0
|
| 2 |
+
pandas==1.5.3
|
| 3 |
+
numpy==1.24.3
|
| 4 |
+
matplotlib==3.7.1
|
| 5 |
+
seaborn==0.12.2
|
| 6 |
+
plotly==5.15.0
|
| 7 |
+
scikit-learn==1.3.0
|
| 8 |
+
xgboost==1.7.5
|
| 9 |
+
shap==0.44.0
|
| 10 |
+
joblib==1.3.2
|