Spaces:
Running
Running
j-tobias
commited on
Commit
•
afe419d
1
Parent(s):
a7f7a4d
updated requirements.txt
Browse files- requirements.txt +76 -21
requirements.txt
CHANGED
@@ -1,21 +1,76 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.4.0
|
4 |
+
audioread==3.0.1
|
5 |
+
certifi==2024.8.30
|
6 |
+
cffi==1.17.1
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
contourpy==1.3.0
|
10 |
+
cycler==0.12.1
|
11 |
+
decorator==5.1.1
|
12 |
+
fastapi==0.114.2
|
13 |
+
ffmpy==0.4.0
|
14 |
+
filelock==3.16.0
|
15 |
+
fonttools==4.53.1
|
16 |
+
fsspec==2024.9.0
|
17 |
+
gradio==4.44.0
|
18 |
+
gradio_client==1.3.0
|
19 |
+
h11==0.14.0
|
20 |
+
httpcore==1.0.5
|
21 |
+
httpx==0.27.2
|
22 |
+
huggingface-hub==0.24.7
|
23 |
+
idna==3.10
|
24 |
+
importlib_resources==6.4.5
|
25 |
+
Jinja2==3.1.4
|
26 |
+
joblib==1.4.2
|
27 |
+
kiwisolver==1.4.7
|
28 |
+
lazy_loader==0.4
|
29 |
+
librosa==0.10.2.post1
|
30 |
+
llvmlite==0.43.0
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.5
|
33 |
+
matplotlib==3.9.2
|
34 |
+
mdurl==0.1.2
|
35 |
+
msgpack==1.1.0
|
36 |
+
numba==0.60.0
|
37 |
+
numpy==2.0.2
|
38 |
+
orjson==3.10.7
|
39 |
+
packaging==24.1
|
40 |
+
pandas==2.2.2
|
41 |
+
pillow==10.4.0
|
42 |
+
platformdirs==4.3.3
|
43 |
+
pooch==1.8.2
|
44 |
+
pycparser==2.22
|
45 |
+
pydantic==2.9.1
|
46 |
+
pydantic_core==2.23.3
|
47 |
+
pydub==0.25.1
|
48 |
+
Pygments==2.18.0
|
49 |
+
pyparsing==3.1.4
|
50 |
+
python-dateutil==2.9.0.post0
|
51 |
+
python-multipart==0.0.9
|
52 |
+
pytz==2024.2
|
53 |
+
PyYAML==6.0.2
|
54 |
+
requests==2.32.3
|
55 |
+
rich==13.8.1
|
56 |
+
ruff==0.6.5
|
57 |
+
scikit-learn==1.5.2
|
58 |
+
scipy==1.14.1
|
59 |
+
semantic-version==2.10.0
|
60 |
+
setuptools==72.1.0
|
61 |
+
shellingham==1.5.4
|
62 |
+
six==1.16.0
|
63 |
+
sniffio==1.3.1
|
64 |
+
soundfile==0.12.1
|
65 |
+
soxr==0.5.0.post1
|
66 |
+
starlette==0.38.5
|
67 |
+
threadpoolctl==3.5.0
|
68 |
+
tomlkit==0.12.0
|
69 |
+
tqdm==4.66.5
|
70 |
+
typer==0.12.5
|
71 |
+
typing_extensions==4.12.2
|
72 |
+
tzdata==2024.1
|
73 |
+
urllib3==2.2.3
|
74 |
+
uvicorn==0.30.6
|
75 |
+
websockets==12.0
|
76 |
+
wheel==0.44.0
|