Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +98 -0
requirements.txt
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.6
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.1.2
|
4 |
+
async-timeout==4.0.3
|
5 |
+
attrs==23.1.0
|
6 |
+
audioread==3.0.1
|
7 |
+
backports.zoneinfo==0.2.1
|
8 |
+
blinker==1.6.3
|
9 |
+
cachetools==5.3.1
|
10 |
+
certifi==2023.7.22
|
11 |
+
cffi==1.16.0
|
12 |
+
charset-normalizer==3.3.0
|
13 |
+
click==8.1.7
|
14 |
+
colorama==0.4.6
|
15 |
+
datasets==1.18.3
|
16 |
+
decorator==5.1.1
|
17 |
+
dill==0.3.7
|
18 |
+
filelock==3.12.4
|
19 |
+
frozenlist==1.4.0
|
20 |
+
fsspec==2023.9.2
|
21 |
+
gitdb==4.0.10
|
22 |
+
GitPython==3.1.37
|
23 |
+
huggingface-hub==0.17.3
|
24 |
+
HyperPyYAML==1.2.2
|
25 |
+
idna==3.4
|
26 |
+
importlib-metadata==6.8.0
|
27 |
+
importlib-resources==6.1.0
|
28 |
+
Jinja2==3.1.2
|
29 |
+
jiwer==3.0.3
|
30 |
+
joblib==1.3.2
|
31 |
+
jsonschema==4.19.1
|
32 |
+
jsonschema-specifications==2023.7.1
|
33 |
+
lazy_loader==0.3
|
34 |
+
librosa==0.10.1
|
35 |
+
llvmlite==0.41.0
|
36 |
+
markdown-it-py==3.0.0
|
37 |
+
MarkupSafe==2.1.3
|
38 |
+
mdurl==0.1.2
|
39 |
+
mpmath==1.3.0
|
40 |
+
msgpack==1.0.7
|
41 |
+
multidict==6.0.4
|
42 |
+
multiprocess==0.70.15
|
43 |
+
networkx==3.1
|
44 |
+
numba==0.58.0
|
45 |
+
numpy==1.24.4
|
46 |
+
packaging==23.2
|
47 |
+
pandas==2.0.3
|
48 |
+
Pillow==10.0.1
|
49 |
+
pkgutil_resolve_name==1.3.10
|
50 |
+
platformdirs==3.11.0
|
51 |
+
pooch==1.7.0
|
52 |
+
protobuf==4.24.4
|
53 |
+
pyarrow==13.0.0
|
54 |
+
pycparser==2.21
|
55 |
+
pydeck==0.8.1b0
|
56 |
+
Pygments==2.16.1
|
57 |
+
python-dateutil==2.8.2
|
58 |
+
pytz==2023.3.post1
|
59 |
+
PyYAML==6.0.1
|
60 |
+
rapidfuzz==3.4.0
|
61 |
+
referencing==0.30.2
|
62 |
+
regex==2023.10.3
|
63 |
+
requests==2.31.0
|
64 |
+
rich==13.6.0
|
65 |
+
rpds-py==0.10.4
|
66 |
+
ruamel.yaml==0.17.35
|
67 |
+
ruamel.yaml.clib==0.2.8
|
68 |
+
sacremoses==0.0.53
|
69 |
+
scikit-learn==1.3.1
|
70 |
+
scipy==1.10.1
|
71 |
+
sentencepiece==0.1.99
|
72 |
+
six==1.16.0
|
73 |
+
smmap==5.0.1
|
74 |
+
soundfile==0.12.1
|
75 |
+
soxr==0.3.7
|
76 |
+
speechbrain==0.5.15
|
77 |
+
streamlit==1.27.2
|
78 |
+
sympy==1.12
|
79 |
+
tenacity==8.2.3
|
80 |
+
TextGrid==1.5
|
81 |
+
threadpoolctl==3.2.0
|
82 |
+
tokenizers==0.14.1
|
83 |
+
toml==0.10.2
|
84 |
+
toolz==0.12.0
|
85 |
+
torch==2.0.1
|
86 |
+
torchaudio==2.0.2
|
87 |
+
tornado==6.3.3
|
88 |
+
tqdm==4.66.1
|
89 |
+
transformers==4.17.0
|
90 |
+
typing_extensions==4.8.0
|
91 |
+
tzdata==2023.3
|
92 |
+
tzlocal==5.1
|
93 |
+
urllib3==2.0.6
|
94 |
+
validators==0.22.0
|
95 |
+
watchdog==3.0.0
|
96 |
+
xxhash==3.4.1
|
97 |
+
yarl==1.9.2
|
98 |
+
zipp==3.17.0
|