Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +60 -0
requirements.txt
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.6.2.post1
|
4 |
+
certifi==2024.8.30
|
5 |
+
charset-normalizer==3.4.0
|
6 |
+
click==8.1.7
|
7 |
+
contourpy==1.3.1
|
8 |
+
cycler==0.12.1
|
9 |
+
exceptiongroup==1.2.2
|
10 |
+
fastapi==0.115.5
|
11 |
+
ffmpy==0.4.0
|
12 |
+
filelock==3.16.1
|
13 |
+
fonttools==4.54.1
|
14 |
+
fsspec==2024.10.0
|
15 |
+
gradio==5.5.0
|
16 |
+
gradio_client==1.4.2
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.6
|
19 |
+
httpx==0.27.2
|
20 |
+
huggingface-hub==0.26.2
|
21 |
+
idna==3.10
|
22 |
+
Jinja2==3.1.4
|
23 |
+
kiwisolver==1.4.7
|
24 |
+
markdown-it-py==3.0.0
|
25 |
+
MarkupSafe==2.1.5
|
26 |
+
matplotlib==3.9.2
|
27 |
+
mdurl==0.1.2
|
28 |
+
numpy==2.1.3
|
29 |
+
orjson==3.10.11
|
30 |
+
packaging==24.2
|
31 |
+
pandas==2.2.3
|
32 |
+
pillow==11.0.0
|
33 |
+
plotly==5.24.1
|
34 |
+
pydantic==2.9.2
|
35 |
+
pydantic_core==2.23.4
|
36 |
+
pydub==0.25.1
|
37 |
+
Pygments==2.18.0
|
38 |
+
pyparsing==3.2.0
|
39 |
+
python-dateutil==2.9.0.post0
|
40 |
+
python-multipart==0.0.12
|
41 |
+
pytz==2024.2
|
42 |
+
PyYAML==6.0.2
|
43 |
+
requests==2.32.3
|
44 |
+
rich==13.9.4
|
45 |
+
ruff==0.7.3
|
46 |
+
safehttpx==0.1.1
|
47 |
+
semantic-version==2.10.0
|
48 |
+
shellingham==1.5.4
|
49 |
+
six==1.16.0
|
50 |
+
sniffio==1.3.1
|
51 |
+
starlette==0.41.2
|
52 |
+
tenacity==9.0.0
|
53 |
+
tomlkit==0.12.0
|
54 |
+
tqdm==4.67.0
|
55 |
+
typer==0.13.0
|
56 |
+
typing_extensions==4.12.2
|
57 |
+
tzdata==2024.2
|
58 |
+
urllib3==2.2.3
|
59 |
+
uvicorn==0.32.0
|
60 |
+
websockets==12.0
|