Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +127 -5
requirements.txt
CHANGED
@@ -1,10 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Cython==0.29.21
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
librosa==0.8.0
|
|
|
|
|
|
|
|
|
|
|
3 |
matplotlib==3.3.1
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
phonemizer==2.2.1
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
Unidecode==1.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.0.0
|
2 |
+
aiofiles==23.2.1
|
3 |
+
altair==5.1.2
|
4 |
+
annotated-types==0.6.0
|
5 |
+
anyio==3.7.1
|
6 |
+
attrs==23.1.0
|
7 |
+
audioread==3.0.1
|
8 |
+
Babel==2.13.1
|
9 |
+
cachetools==4.2.4
|
10 |
+
certifi==2023.7.22
|
11 |
+
cffi==1.16.0
|
12 |
+
charset-normalizer==3.3.2
|
13 |
+
click==8.1.7
|
14 |
+
clldutils==3.20.0
|
15 |
+
colorama==0.4.6
|
16 |
+
colorlog==6.7.0
|
17 |
+
csvw==3.1.3
|
18 |
+
cycler==0.12.1
|
19 |
Cython==0.29.21
|
20 |
+
decorator==4.4.2
|
21 |
+
eng-to-ipa==0.0.2
|
22 |
+
exceptiongroup==1.1.3
|
23 |
+
fastapi==0.104.1
|
24 |
+
ffmpy==0.3.1
|
25 |
+
filelock==3.13.1
|
26 |
+
fsspec==2023.10.0
|
27 |
+
google-auth==2.23.4
|
28 |
+
google-auth-oauthlib==1.0.0
|
29 |
+
gradio==4.1.1
|
30 |
+
gradio_client==0.7.0
|
31 |
+
grpcio==1.59.2
|
32 |
+
h11==0.14.0
|
33 |
+
httpcore==1.0.1
|
34 |
+
httpx==0.25.1
|
35 |
+
huggingface-hub==0.18.0
|
36 |
+
idna==3.4
|
37 |
+
imageio==2.32.0
|
38 |
+
imageio-ffmpeg==0.4.9
|
39 |
+
importlib-metadata==6.8.0
|
40 |
+
importlib-resources==6.1.0
|
41 |
+
isodate==0.6.1
|
42 |
+
Jinja2==3.1.2
|
43 |
+
joblib==1.3.2
|
44 |
+
jsonschema==4.19.2
|
45 |
+
jsonschema-specifications==2023.7.1
|
46 |
+
kiwisolver==1.4.5
|
47 |
+
language-tags==1.2.0
|
48 |
+
lazy_loader==0.3
|
49 |
librosa==0.8.0
|
50 |
+
llvmlite==0.37.0
|
51 |
+
lxml==4.9.3
|
52 |
+
Markdown==3.5.1
|
53 |
+
markdown-it-py==3.0.0
|
54 |
+
MarkupSafe==2.1.3
|
55 |
matplotlib==3.3.1
|
56 |
+
mdurl==0.1.2
|
57 |
+
moviepy==1.0.3
|
58 |
+
msgpack==1.0.7
|
59 |
+
nltk==3.8.1
|
60 |
+
numba==0.54.0
|
61 |
+
numpy==1.19.5
|
62 |
+
oauthlib==3.2.2
|
63 |
+
orjson==3.9.10
|
64 |
+
packaging==23.2
|
65 |
+
pandas==1.1.5
|
66 |
phonemizer==2.2.1
|
67 |
+
Pillow==9.5.0
|
68 |
+
pkgutil_resolve_name==1.3.10
|
69 |
+
platformdirs==3.11.0
|
70 |
+
pooch==1.8.0
|
71 |
+
proglog==0.1.10
|
72 |
+
protobuf==3.20.0
|
73 |
+
pyasn1==0.5.0
|
74 |
+
pyasn1-modules==0.3.0
|
75 |
+
pycparser==2.21
|
76 |
+
pydantic==2.4.2
|
77 |
+
pydantic_core==2.10.1
|
78 |
+
pydub==0.25.1
|
79 |
+
Pygments==2.16.1
|
80 |
+
pylatexenc==2.10
|
81 |
+
pyparsing==3.1.1
|
82 |
+
python-crfsuite==0.9.9
|
83 |
+
python-dateutil==2.8.2
|
84 |
+
python-multipart==0.0.6
|
85 |
+
pytz==2023.3.post1
|
86 |
+
PyYAML==6.0.1
|
87 |
+
rdflib==7.0.0
|
88 |
+
referencing==0.30.2
|
89 |
+
regex==2023.10.3
|
90 |
+
requests==2.31.0
|
91 |
+
requests-oauthlib==1.3.1
|
92 |
+
resampy==0.4.2
|
93 |
+
rfc3986==1.5.0
|
94 |
+
rich==13.6.0
|
95 |
+
rpds-py==0.12.0
|
96 |
+
rsa==4.9
|
97 |
+
scikit-learn==1.3.2
|
98 |
+
scipy==1.10.1
|
99 |
+
segments==2.2.1
|
100 |
+
semantic-version==2.10.0
|
101 |
+
shellingham==1.5.4
|
102 |
+
six==1.16.0
|
103 |
+
sniffio==1.3.0
|
104 |
+
soundfile==0.12.1
|
105 |
+
soxr==0.3.7
|
106 |
+
starlette==0.27.0
|
107 |
+
tabulate==0.9.0
|
108 |
+
tensorboard==2.14.0
|
109 |
+
tensorboard-data-server==0.7.2
|
110 |
+
tensorboard-plugin-wit==1.8.1
|
111 |
+
threadpoolctl==3.2.0
|
112 |
+
tomlkit==0.12.0
|
113 |
+
toolz==0.12.0
|
114 |
+
torch==1.12.0+cu116
|
115 |
+
torchaudio==0.12.0+cu116
|
116 |
+
torchvision==0.13.0+cu116
|
117 |
+
tqdm==4.66.1
|
118 |
+
typer==0.9.0
|
119 |
+
typing_extensions==4.8.0
|
120 |
+
tzdata==2023.3
|
121 |
+
underthesea==6.8.0
|
122 |
+
underthesea_core==1.0.4
|
123 |
Unidecode==1.1.1
|
124 |
+
uritemplate==4.1.1
|
125 |
+
urllib3==2.0.7
|
126 |
+
uvicorn==0.24.0.post1
|
127 |
+
vinorm==2.0.7
|
128 |
+
webrtcvad==2.0.10
|
129 |
+
websockets==11.0.3
|
130 |
+
Werkzeug==3.0.1
|
131 |
+
zipp==3.17.0
|
132 |
+
|