Spaces:
Sleeping
Sleeping
Commit
•
9a4f0d6
1
Parent(s):
187f4e9
upload requirements (#1)
Browse files- upload requirements (aec33eb0cc21431f46d0a1466ba351fa0cf0cf5c)
Co-authored-by: Hajime Hatano <patanopanda@users.noreply.huggingface.co>
- requirements.txt +73 -1
requirements.txt
CHANGED
@@ -1,2 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers==4.38.2
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.2.0
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==4.3.0
|
5 |
+
attrs==23.2.0
|
6 |
+
certifi==2024.2.2
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
colorama==0.4.6
|
10 |
+
contourpy==1.2.0
|
11 |
+
cycler==0.12.1
|
12 |
+
fastapi==0.110.0
|
13 |
+
ffmpy==0.3.2
|
14 |
+
filelock==3.13.1
|
15 |
+
fonttools==4.50.0
|
16 |
+
fsspec==2024.3.0
|
17 |
+
gradio==4.21.0
|
18 |
+
gradio_client==0.12.0
|
19 |
+
h11==0.14.0
|
20 |
+
httpcore==1.0.4
|
21 |
+
httpx==0.27.0
|
22 |
+
huggingface-hub==0.21.4
|
23 |
+
idna==3.6
|
24 |
+
importlib_resources==6.3.1
|
25 |
+
Jinja2==3.1.3
|
26 |
+
jsonschema==4.21.1
|
27 |
+
jsonschema-specifications==2023.12.1
|
28 |
+
kiwisolver==1.4.5
|
29 |
+
markdown-it-py==3.0.0
|
30 |
+
MarkupSafe==2.1.5
|
31 |
+
matplotlib==3.8.3
|
32 |
+
mdurl==0.1.2
|
33 |
+
mpmath==1.3.0
|
34 |
+
networkx==3.2.1
|
35 |
+
numpy==1.26.4
|
36 |
+
orjson==3.9.15
|
37 |
+
packaging==24.0
|
38 |
+
pandas==2.2.1
|
39 |
+
pillow==10.2.0
|
40 |
+
pydantic==2.6.4
|
41 |
+
pydantic_core==2.16.3
|
42 |
+
pydub==0.25.1
|
43 |
+
Pygments==2.17.2
|
44 |
+
pyparsing==3.1.2
|
45 |
+
python-dateutil==2.9.0.post0
|
46 |
+
python-multipart==0.0.9
|
47 |
+
pytz==2024.1
|
48 |
+
PyYAML==6.0.1
|
49 |
+
referencing==0.34.0
|
50 |
+
regex==2023.12.25
|
51 |
+
requests==2.31.0
|
52 |
+
rich==13.7.1
|
53 |
+
rpds-py==0.18.0
|
54 |
+
ruff==0.3.3
|
55 |
+
safetensors==0.4.2
|
56 |
+
semantic-version==2.10.0
|
57 |
+
sentencepiece==0.2.0
|
58 |
+
shellingham==1.5.4
|
59 |
+
six==1.16.0
|
60 |
+
sniffio==1.3.1
|
61 |
+
starlette==0.36.3
|
62 |
+
sympy==1.12
|
63 |
+
tokenizers==0.15.2
|
64 |
+
tomlkit==0.12.0
|
65 |
+
toolz==0.12.1
|
66 |
+
torch==2.2.1
|
67 |
+
tqdm==4.66.2
|
68 |
transformers==4.38.2
|
69 |
+
typer==0.9.0
|
70 |
+
typing_extensions==4.10.0
|
71 |
+
tzdata==2024.1
|
72 |
+
urllib3==2.2.1
|
73 |
+
uvicorn==0.28.0
|
74 |
+
websockets==11.0.3
|