Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn==0.30.0
|
| 3 |
+
pydantic>=2.5,<3
|
| 4 |
+
python-dotenv==1.0.0
|
| 5 |
+
python-multipart==0.0.9
|
| 6 |
+
|
| 7 |
+
networkx>=3.4
|
| 8 |
+
numpy<2.0
|
| 9 |
+
scipy>=1.11
|
| 10 |
+
pandas>=2.0
|
| 11 |
+
scikit-learn>=1.3
|
| 12 |
+
|
| 13 |
+
firebase-admin>=6.2
|
| 14 |
+
google-cloud-firestore>=2.16
|
| 15 |
+
|
| 16 |
+
groq>=0.18
|
| 17 |
+
|
| 18 |
+
huggingface_hub>=0.20
|
| 19 |
+
safetensors>=0.4
|
| 20 |
+
|
| 21 |
+
httpx>=0.27
|
| 22 |
+
shap>=0.45
|
| 23 |
+
matplotlib>=3.8
|
| 24 |
+
Pillow>=10
|
| 25 |
+
|
| 26 |
+
Pillow>=10
|