Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Deployment dependencies for Hugging Face Space (Docker / Streamlit)
|
| 2 |
+
streamlit==1.39.0
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
scikit-learn>=1.3.0
|
| 6 |
+
xgboost>=2.0.0
|
| 7 |
+
joblib>=1.3.0
|
| 8 |
+
huggingface_hub>=0.23.0
|