Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy>=1.24.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
scikit-learn>=1.3.0
|
| 4 |
+
xgboost>=2.0.0
|
| 5 |
+
torch>=2.0.0
|
| 6 |
+
matplotlib>=3.7.0
|
| 7 |
+
seaborn>=0.12.0
|
| 8 |
+
datasets>=2.14.0
|
| 9 |
+
joblib>=1.3.0
|
| 10 |
+
scipy>=1.11.0
|
| 11 |
+
fastapi>=0.104.0
|
| 12 |
+
uvicorn>=0.24.0
|
| 13 |
+
gradio>=4.0.0
|
| 14 |
+
python-multipart>=0.0.6
|