Spaces:
Sleeping
Sleeping
Commit
·
bd59834
1
Parent(s):
41b1069
Create requirements.txt
Browse files- requirements.txt +77 -0
requirements.txt
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.1
|
2 |
+
aiosignal==1.3.1
|
3 |
+
asttokens==2.4.1
|
4 |
+
attrs==23.1.0
|
5 |
+
audioread==3.0.1
|
6 |
+
certifi==2023.11.17
|
7 |
+
cffi==1.16.0
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
dataclasses==0.6
|
11 |
+
datasets==2.15.0
|
12 |
+
decorator==5.1.1
|
13 |
+
dill==0.3.7
|
14 |
+
evaluate==0.4.1
|
15 |
+
executing==2.0.1
|
16 |
+
filelock==3.13.1
|
17 |
+
frozenlist==1.4.0
|
18 |
+
fsspec==2023.10.0
|
19 |
+
huggingface-hub==0.19.4
|
20 |
+
idna==3.6
|
21 |
+
ipython==8.18.1
|
22 |
+
jedi==0.19.1
|
23 |
+
Jinja2==3.1.2
|
24 |
+
jiwer==3.0.3
|
25 |
+
joblib==1.3.2
|
26 |
+
lazy_loader==0.3
|
27 |
+
librosa==0.10.1
|
28 |
+
llvmlite==0.41.1
|
29 |
+
MarkupSafe==2.1.3
|
30 |
+
matplotlib-inline==0.1.6
|
31 |
+
mpmath==1.3.0
|
32 |
+
msgpack==1.0.7
|
33 |
+
multidict==6.0.4
|
34 |
+
multiprocess==0.70.15
|
35 |
+
networkx==3.2.1
|
36 |
+
numba==0.58.1
|
37 |
+
numpy==1.26.2
|
38 |
+
packaging==23.2
|
39 |
+
pandas==2.1.3
|
40 |
+
parso==0.8.3
|
41 |
+
pexpect==4.9.0
|
42 |
+
platformdirs==4.1.0
|
43 |
+
pooch==1.8.0
|
44 |
+
prompt-toolkit==3.0.41
|
45 |
+
ptyprocess==0.7.0
|
46 |
+
pure-eval==0.2.2
|
47 |
+
pyarrow==14.0.1
|
48 |
+
pyarrow-hotfix==0.6
|
49 |
+
pycparser==2.21
|
50 |
+
Pygments==2.17.2
|
51 |
+
python-dateutil==2.8.2
|
52 |
+
pytz==2023.3.post1
|
53 |
+
PyYAML==6.0.1
|
54 |
+
rapidfuzz==3.5.2
|
55 |
+
regex==2023.10.3
|
56 |
+
requests==2.31.0
|
57 |
+
responses==0.18.0
|
58 |
+
safetensors==0.4.1
|
59 |
+
scikit-learn==1.3.2
|
60 |
+
scipy==1.11.4
|
61 |
+
six==1.16.0
|
62 |
+
soundfile==0.12.1
|
63 |
+
soxr==0.3.7
|
64 |
+
stack-data==0.6.3
|
65 |
+
sympy==1.12
|
66 |
+
threadpoolctl==3.2.0
|
67 |
+
tokenizers==0.15.0
|
68 |
+
torch==2.1.1
|
69 |
+
tqdm==4.66.1
|
70 |
+
traitlets==5.14.0
|
71 |
+
transformers==4.35.2
|
72 |
+
typing_extensions==4.8.0
|
73 |
+
tzdata==2023.3
|
74 |
+
urllib3==2.1.0
|
75 |
+
wcwidth==0.2.12
|
76 |
+
xxhash==3.4.1
|
77 |
+
yarl==1.9.4
|