Spaces:
Sleeping
Sleeping
Create requirements0.txt
Browse files- requirements0.txt +18 -0
requirements0.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
+
pandas>=1.5.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
joblib>=1.2.0
|
| 6 |
+
plotly>=5.13.0
|
| 7 |
+
huggingface-hub>=0.17.0
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
# Optional: For Hugging Face Hub integration (if needed)
|
| 11 |
+
# huggingface-hub==0.17.3
|
| 12 |
+
|
| 13 |
+
# Optional: For scikit-learn models (if your joblib files contain sklearn models)
|
| 14 |
+
# scikit-learn==1.3.0
|
| 15 |
+
|
| 16 |
+
# Optional: For XGBoost models (if your joblib files contain xgboost models)
|
| 17 |
+
xgboost==1.7.6
|
| 18 |
+
|