Spaces:
Sleeping
Sleeping
forgot requirements
Browse files- requirements.txt +73 -0
requirements.txt
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.4.0
|
3 |
+
aiohttp==3.10.5
|
4 |
+
aiosignal==1.3.1
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.4.0
|
7 |
+
attrs==24.2.0
|
8 |
+
certifi==2024.8.30
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
colorama==0.4.6
|
12 |
+
contourpy==1.3.0
|
13 |
+
cycler==0.12.1
|
14 |
+
datasets==2.21.0
|
15 |
+
dill==0.3.8
|
16 |
+
fastapi==0.112.2
|
17 |
+
ffmpy==0.4.0
|
18 |
+
filelock==3.15.4
|
19 |
+
fonttools==4.53.1
|
20 |
+
frozenlist==1.4.1
|
21 |
+
fsspec==2024.6.1
|
22 |
+
fsspec[http]==2024.6.1
|
23 |
+
gradio-client==1.3.0
|
24 |
+
gradio==4.42.0
|
25 |
+
h11==0.14.0
|
26 |
+
httpcore==1.0.5
|
27 |
+
httpx==0.27.2
|
28 |
+
huggingface-hub==0.24.6
|
29 |
+
idna==3.8
|
30 |
+
importlib-resources==6.4.4
|
31 |
+
jinja2==3.1.4
|
32 |
+
kiwisolver==1.4.7
|
33 |
+
markdown-it-py==3.0.0
|
34 |
+
markupsafe==2.1.5
|
35 |
+
matplotlib==3.9.2
|
36 |
+
mdurl==0.1.2
|
37 |
+
multidict==6.0.5
|
38 |
+
multiprocess==0.70.16
|
39 |
+
numpy==2.1.1
|
40 |
+
orjson==3.10.7
|
41 |
+
packaging==24.1
|
42 |
+
pandas==2.2.2
|
43 |
+
pillow==10.4.0
|
44 |
+
plotly==5.24.0
|
45 |
+
pyarrow==17.0.0
|
46 |
+
pydantic-core==2.20.1
|
47 |
+
pydantic==2.8.2
|
48 |
+
pydub==0.25.1
|
49 |
+
pygments==2.18.0
|
50 |
+
pyparsing==3.1.4
|
51 |
+
python-dateutil==2.9.0.post0
|
52 |
+
python-multipart==0.0.9
|
53 |
+
pytz==2024.1
|
54 |
+
pyyaml==6.0.2
|
55 |
+
requests==2.32.3
|
56 |
+
rich==13.8.0
|
57 |
+
ruff==0.6.3
|
58 |
+
semantic-version==2.10.0
|
59 |
+
shellingham==1.5.4
|
60 |
+
six==1.16.0
|
61 |
+
sniffio==1.3.1
|
62 |
+
starlette==0.38.4
|
63 |
+
tenacity==9.0.0
|
64 |
+
tomlkit==0.12.0
|
65 |
+
tqdm==4.66.5
|
66 |
+
typer==0.12.5
|
67 |
+
typing-extensions==4.12.2
|
68 |
+
tzdata==2024.1
|
69 |
+
urllib3==2.2.2
|
70 |
+
uvicorn==0.30.6
|
71 |
+
websockets==12.0
|
72 |
+
xxhash==3.5.0
|
73 |
+
yarl==1.9.9
|