j-tobias
commited on
Commit
·
af642e8
1
Parent(s):
752ce9b
updated requirements.txt
Browse files- requirements.txt +53 -1
requirements.txt
CHANGED
@@ -1,48 +1,79 @@
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
aiohappyeyeballs==2.3.5
|
3 |
aiohttp==3.10.2
|
4 |
aiosignal==1.3.1
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.4.0
|
|
|
7 |
async-timeout==4.0.3
|
8 |
attrs==24.2.0
|
|
|
9 |
certifi==2024.7.4
|
|
|
10 |
charset-normalizer==3.3.2
|
11 |
click==8.1.7
|
12 |
contourpy==1.2.1
|
13 |
cycler==0.12.1
|
14 |
datasets==2.20.0
|
|
|
15 |
dill==0.3.8
|
|
|
16 |
exceptiongroup==1.2.2
|
17 |
fastapi==0.112.0
|
18 |
ffmpy==0.4.0
|
19 |
filelock==3.15.4
|
|
|
20 |
fonttools==4.53.1
|
21 |
frozenlist==1.4.1
|
22 |
fsspec==2024.5.0
|
|
|
|
|
23 |
gradio==4.41.0
|
24 |
gradio_client==1.3.0
|
|
|
25 |
h11==0.14.0
|
|
|
26 |
httpcore==1.0.5
|
27 |
httpx==0.27.0
|
28 |
huggingface-hub==0.24.5
|
29 |
idna==3.7
|
30 |
importlib_resources==6.4.0
|
31 |
Jinja2==3.1.4
|
|
|
|
|
|
|
32 |
kiwisolver==1.4.5
|
|
|
|
|
|
|
|
|
|
|
33 |
markdown-it-py==3.0.0
|
34 |
MarkupSafe==2.1.5
|
35 |
matplotlib==3.9.1.post1
|
36 |
mdurl==0.1.2
|
|
|
|
|
|
|
37 |
multidict==6.0.5
|
38 |
multiprocess==0.70.16
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
40 |
orjson==3.10.7
|
41 |
packaging==24.1
|
42 |
pandas==2.2.2
|
43 |
pillow==10.4.0
|
|
|
|
|
|
|
44 |
pyarrow==17.0.0
|
45 |
pyarrow-hotfix==0.6
|
|
|
46 |
pydantic==2.8.2
|
47 |
pydantic_core==2.20.1
|
48 |
pydub==0.25.1
|
@@ -52,21 +83,42 @@ 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.7.1
|
57 |
ruff==0.5.7
|
|
|
|
|
|
|
58 |
semantic-version==2.10.0
|
|
|
59 |
shellingham==1.5.4
|
60 |
six==1.16.0
|
61 |
sniffio==1.3.1
|
|
|
|
|
62 |
starlette==0.37.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
tomlkit==0.12.0
|
|
|
64 |
tqdm==4.66.5
|
|
|
65 |
typer==0.12.3
|
66 |
typing_extensions==4.12.2
|
67 |
tzdata==2024.1
|
68 |
urllib3==2.2.2
|
69 |
uvicorn==0.30.5
|
70 |
websockets==12.0
|
|
|
|
|
71 |
xxhash==3.4.1
|
72 |
yarl==1.9.4
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
aiofiles==23.2.1
|
3 |
aiohappyeyeballs==2.3.5
|
4 |
aiohttp==3.10.2
|
5 |
aiosignal==1.3.1
|
6 |
annotated-types==0.7.0
|
7 |
anyio==4.4.0
|
8 |
+
astunparse==1.6.3
|
9 |
async-timeout==4.0.3
|
10 |
attrs==24.2.0
|
11 |
+
audioread==3.0.1
|
12 |
certifi==2024.7.4
|
13 |
+
cffi==1.17.0
|
14 |
charset-normalizer==3.3.2
|
15 |
click==8.1.7
|
16 |
contourpy==1.2.1
|
17 |
cycler==0.12.1
|
18 |
datasets==2.20.0
|
19 |
+
decorator==5.1.1
|
20 |
dill==0.3.8
|
21 |
+
evaluate==0.4.2
|
22 |
exceptiongroup==1.2.2
|
23 |
fastapi==0.112.0
|
24 |
ffmpy==0.4.0
|
25 |
filelock==3.15.4
|
26 |
+
flatbuffers==24.3.25
|
27 |
fonttools==4.53.1
|
28 |
frozenlist==1.4.1
|
29 |
fsspec==2024.5.0
|
30 |
+
gast==0.6.0
|
31 |
+
google-pasta==0.2.0
|
32 |
gradio==4.41.0
|
33 |
gradio_client==1.3.0
|
34 |
+
grpcio==1.65.4
|
35 |
h11==0.14.0
|
36 |
+
h5py==3.11.0
|
37 |
httpcore==1.0.5
|
38 |
httpx==0.27.0
|
39 |
huggingface-hub==0.24.5
|
40 |
idna==3.7
|
41 |
importlib_resources==6.4.0
|
42 |
Jinja2==3.1.4
|
43 |
+
jiwer==3.0.4
|
44 |
+
joblib==1.4.2
|
45 |
+
keras==3.4.1
|
46 |
kiwisolver==1.4.5
|
47 |
+
lazy_loader==0.4
|
48 |
+
libclang==18.1.1
|
49 |
+
librosa==0.10.2.post1
|
50 |
+
llvmlite==0.43.0
|
51 |
+
Markdown==3.6
|
52 |
markdown-it-py==3.0.0
|
53 |
MarkupSafe==2.1.5
|
54 |
matplotlib==3.9.1.post1
|
55 |
mdurl==0.1.2
|
56 |
+
ml-dtypes==0.4.0
|
57 |
+
mpmath==1.3.0
|
58 |
+
msgpack==1.0.8
|
59 |
multidict==6.0.5
|
60 |
multiprocess==0.70.16
|
61 |
+
namex==0.0.8
|
62 |
+
networkx==3.3
|
63 |
+
numba==0.60.0
|
64 |
+
numpy==1.26.4
|
65 |
+
opt-einsum==3.3.0
|
66 |
+
optree==0.12.1
|
67 |
orjson==3.10.7
|
68 |
packaging==24.1
|
69 |
pandas==2.2.2
|
70 |
pillow==10.4.0
|
71 |
+
platformdirs==4.2.2
|
72 |
+
pooch==1.8.2
|
73 |
+
protobuf==4.25.4
|
74 |
pyarrow==17.0.0
|
75 |
pyarrow-hotfix==0.6
|
76 |
+
pycparser==2.22
|
77 |
pydantic==2.8.2
|
78 |
pydantic_core==2.20.1
|
79 |
pydub==0.25.1
|
|
|
83 |
python-multipart==0.0.9
|
84 |
pytz==2024.1
|
85 |
PyYAML==6.0.2
|
86 |
+
rapidfuzz==3.9.6
|
87 |
+
regex==2024.7.24
|
88 |
requests==2.32.3
|
89 |
rich==13.7.1
|
90 |
ruff==0.5.7
|
91 |
+
safetensors==0.4.4
|
92 |
+
scikit-learn==1.5.1
|
93 |
+
scipy==1.14.0
|
94 |
semantic-version==2.10.0
|
95 |
+
sentencepiece==0.2.0
|
96 |
shellingham==1.5.4
|
97 |
six==1.16.0
|
98 |
sniffio==1.3.1
|
99 |
+
soundfile==0.12.1
|
100 |
+
soxr==0.4.0
|
101 |
starlette==0.37.2
|
102 |
+
sympy==1.13.1
|
103 |
+
tensorboard==2.17.0
|
104 |
+
tensorboard-data-server==0.7.2
|
105 |
+
tensorflow==2.17.0
|
106 |
+
tensorflow-io-gcs-filesystem==0.37.1
|
107 |
+
termcolor==2.4.0
|
108 |
+
tf_keras==2.17.0
|
109 |
+
threadpoolctl==3.5.0
|
110 |
+
tokenizers==0.19.1
|
111 |
tomlkit==0.12.0
|
112 |
+
torch==2.4.0
|
113 |
tqdm==4.66.5
|
114 |
+
transformers==4.44.0
|
115 |
typer==0.12.3
|
116 |
typing_extensions==4.12.2
|
117 |
tzdata==2024.1
|
118 |
urllib3==2.2.2
|
119 |
uvicorn==0.30.5
|
120 |
websockets==12.0
|
121 |
+
Werkzeug==3.0.3
|
122 |
+
wrapt==1.16.0
|
123 |
xxhash==3.4.1
|
124 |
yarl==1.9.4
|