Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +40 -0
requirements.txt
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
annotated-types==0.7.0
|
| 2 |
+
anyio==3.7.1
|
| 3 |
+
certifi==2025.10.5
|
| 4 |
+
charset-normalizer==3.4.3
|
| 5 |
+
click==8.3.0
|
| 6 |
+
fastapi==0.104.1
|
| 7 |
+
filelock==3.19.1
|
| 8 |
+
fsspec==2025.9.0
|
| 9 |
+
h11==0.16.0
|
| 10 |
+
hf-xet==1.1.10
|
| 11 |
+
httptools==0.6.4
|
| 12 |
+
huggingface-hub==0.35.3
|
| 13 |
+
idna==3.10
|
| 14 |
+
joblib==1.5.2
|
| 15 |
+
numpy==2.3.3
|
| 16 |
+
packaging==25.0
|
| 17 |
+
pandas==2.3.3
|
| 18 |
+
pydantic==2.11.10
|
| 19 |
+
pydantic_core==2.33.2
|
| 20 |
+
python-dateutil==2.9.0.post0
|
| 21 |
+
python-dotenv==1.1.1
|
| 22 |
+
python-multipart==0.0.6
|
| 23 |
+
pytz==2025.2
|
| 24 |
+
PyYAML==6.0.3
|
| 25 |
+
requests==2.32.5
|
| 26 |
+
scikit-learn==1.7.2
|
| 27 |
+
scipy==1.16.2
|
| 28 |
+
six==1.17.0
|
| 29 |
+
sniffio==1.3.1
|
| 30 |
+
starlette==0.27.0
|
| 31 |
+
threadpoolctl==3.6.0
|
| 32 |
+
tqdm==4.67.1
|
| 33 |
+
typing-inspection==0.4.2
|
| 34 |
+
typing_extensions==4.15.0
|
| 35 |
+
tzdata==2025.2
|
| 36 |
+
urllib3==2.5.0
|
| 37 |
+
uvicorn==0.24.0
|
| 38 |
+
uvloop==0.21.0
|
| 39 |
+
watchfiles==1.1.0
|
| 40 |
+
websockets==15.0.1
|