Spaces:
Sleeping
Sleeping
ktsn-ud commited on
Commit ·
fabe75b
1
Parent(s): d1951a0
requirements.txtを更新
Browse files- huggingface-hubを追加
- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -1,12 +1,19 @@
|
|
| 1 |
annotated-types==0.7.0
|
| 2 |
anyio==4.10.0
|
|
|
|
|
|
|
| 3 |
click==8.2.1
|
| 4 |
dotenv==0.9.9
|
| 5 |
fastapi==0.116.1
|
| 6 |
fasttext==0.9.3
|
|
|
|
|
|
|
| 7 |
h11==0.16.0
|
|
|
|
|
|
|
| 8 |
idna==3.10
|
| 9 |
numpy==2.3.2
|
|
|
|
| 10 |
pandas==2.3.2
|
| 11 |
pybind11==3.0.1
|
| 12 |
pydantic==2.11.7
|
|
@@ -14,6 +21,8 @@ pydantic_core==2.33.2
|
|
| 14 |
python-dateutil==2.9.0.post0
|
| 15 |
python-dotenv==1.1.1
|
| 16 |
pytz==2025.2
|
|
|
|
|
|
|
| 17 |
setuptools==80.9.0
|
| 18 |
six==1.17.0
|
| 19 |
sniffio==1.3.1
|
|
@@ -24,4 +33,5 @@ tqdm==4.67.1
|
|
| 24 |
typing-inspection==0.4.1
|
| 25 |
typing_extensions==4.15.0
|
| 26 |
tzdata==2025.2
|
|
|
|
| 27 |
uvicorn==0.35.0
|
|
|
|
| 1 |
annotated-types==0.7.0
|
| 2 |
anyio==4.10.0
|
| 3 |
+
certifi==2025.8.3
|
| 4 |
+
charset-normalizer==3.4.3
|
| 5 |
click==8.2.1
|
| 6 |
dotenv==0.9.9
|
| 7 |
fastapi==0.116.1
|
| 8 |
fasttext==0.9.3
|
| 9 |
+
filelock==3.19.1
|
| 10 |
+
fsspec==2025.7.0
|
| 11 |
h11==0.16.0
|
| 12 |
+
hf-xet==1.1.9
|
| 13 |
+
huggingface-hub==0.34.4
|
| 14 |
idna==3.10
|
| 15 |
numpy==2.3.2
|
| 16 |
+
packaging==25.0
|
| 17 |
pandas==2.3.2
|
| 18 |
pybind11==3.0.1
|
| 19 |
pydantic==2.11.7
|
|
|
|
| 21 |
python-dateutil==2.9.0.post0
|
| 22 |
python-dotenv==1.1.1
|
| 23 |
pytz==2025.2
|
| 24 |
+
PyYAML==6.0.2
|
| 25 |
+
requests==2.32.5
|
| 26 |
setuptools==80.9.0
|
| 27 |
six==1.17.0
|
| 28 |
sniffio==1.3.1
|
|
|
|
| 33 |
typing-inspection==0.4.1
|
| 34 |
typing_extensions==4.15.0
|
| 35 |
tzdata==2025.2
|
| 36 |
+
urllib3==2.5.0
|
| 37 |
uvicorn==0.35.0
|