Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +59 -2
requirements.txt
CHANGED
@@ -1,4 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.44.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
pydantic==2.10.6
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.10.0
|
4 |
+
certifi==2025.8.3
|
5 |
+
charset-normalizer==3.4.3
|
6 |
+
click==8.2.1
|
7 |
+
contourpy==1.3.3
|
8 |
+
cycler==0.12.1
|
9 |
+
et_xmlfile==2.0.0
|
10 |
+
fastapi==0.116.1
|
11 |
+
ffmpy==0.6.1
|
12 |
+
filelock==3.19.1
|
13 |
+
fonttools==4.59.1
|
14 |
+
fsspec==2025.7.0
|
15 |
gradio==4.44.1
|
16 |
+
gradio_client==1.3.0
|
17 |
+
h11==0.16.0
|
18 |
+
hf-xet==1.1.8
|
19 |
+
httpcore==1.0.9
|
20 |
+
httpx==0.28.1
|
21 |
+
huggingface-hub==0.34.4
|
22 |
+
idna==3.10
|
23 |
+
importlib_resources==6.5.2
|
24 |
+
Jinja2==3.1.6
|
25 |
+
kiwisolver==1.4.9
|
26 |
+
markdown-it-py==4.0.0
|
27 |
+
MarkupSafe==2.1.5
|
28 |
+
matplotlib==3.10.5
|
29 |
+
mdurl==0.1.2
|
30 |
+
numpy==2.3.2
|
31 |
+
openpyxl==3.1.5
|
32 |
+
orjson==3.11.2
|
33 |
+
packaging==25.0
|
34 |
+
pandas==2.3.2
|
35 |
+
pillow==10.4.0
|
36 |
pydantic==2.10.6
|
37 |
+
pydantic_core==2.27.2
|
38 |
+
pydub==0.25.1
|
39 |
+
Pygments==2.19.2
|
40 |
+
pyparsing==3.2.3
|
41 |
+
python-dateutil==2.9.0.post0
|
42 |
+
python-multipart==0.0.20
|
43 |
+
pytz==2025.2
|
44 |
+
PyYAML==6.0.2
|
45 |
+
requests==2.32.5
|
46 |
+
returns==0.26.0
|
47 |
+
rich==14.1.0
|
48 |
+
ruff==0.12.10
|
49 |
+
semantic-version==2.10.0
|
50 |
+
shellingham==1.5.4
|
51 |
+
six==1.17.0
|
52 |
+
sniffio==1.3.1
|
53 |
+
starlette==0.47.3
|
54 |
+
tomlkit==0.12.0
|
55 |
+
tqdm==4.67.1
|
56 |
+
typer==0.16.1
|
57 |
+
typing_extensions==4.14.1
|
58 |
+
tzdata==2025.2
|
59 |
+
urllib3==2.5.0
|
60 |
+
uvicorn==0.35.0
|
61 |
+
websockets==12.0
|