Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +15 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=2.2
|
| 2 |
+
numpy>=2.0,<2.3
|
| 3 |
+
pyarrow>=16.0
|
| 4 |
+
requests>=2.32
|
| 5 |
+
tqdm>=4.66
|
| 6 |
+
scikit-learn>=1.5
|
| 7 |
+
xgboost>=2.1,<3
|
| 8 |
+
shap>=0.46
|
| 9 |
+
dice-ml>=0.11
|
| 10 |
+
matplotlib>=3.9
|
| 11 |
+
seaborn>=0.13
|
| 12 |
+
streamlit>=1.40
|
| 13 |
+
pydeck>=0.9
|
| 14 |
+
joblib>=1.4
|
| 15 |
+
plotly>=5.0
|