Spaces:
Sleeping
Sleeping
Upload requirements
Browse files- requirements +44 -0
requirements
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
audioread==3.0.1
|
2 |
+
certifi==2023.11.17
|
3 |
+
cffi==1.16.0
|
4 |
+
charset-normalizer==3.3.2
|
5 |
+
decorator==5.1.1
|
6 |
+
ffmpeg-python==0.2.0
|
7 |
+
filelock==3.13.1
|
8 |
+
fsspec==2023.12.2
|
9 |
+
future==0.18.3
|
10 |
+
huggingface-hub==0.20.3
|
11 |
+
idna==3.6
|
12 |
+
Jinja2==3.1.3
|
13 |
+
joblib==1.3.2
|
14 |
+
lazy_loader==0.3
|
15 |
+
librosa==0.10.1
|
16 |
+
llvmlite==0.41.1
|
17 |
+
MarkupSafe==2.1.4
|
18 |
+
mpmath==1.3.0
|
19 |
+
msgpack==1.0.7
|
20 |
+
networkx==3.2.1
|
21 |
+
numba==0.58.1
|
22 |
+
numpy==1.26.3
|
23 |
+
packaging==23.2
|
24 |
+
platformdirs==4.1.0
|
25 |
+
pooch==1.8.0
|
26 |
+
pycparser==2.21
|
27 |
+
pydub==0.25.1
|
28 |
+
PySoundFile==0.9.0.post1
|
29 |
+
PyYAML==6.0.1
|
30 |
+
requests==2.31.0
|
31 |
+
resampy==0.4.2
|
32 |
+
scikit-learn==1.4.0
|
33 |
+
scipy==1.12.0
|
34 |
+
simpleaudio==1.0.4
|
35 |
+
soundfile==0.12.1
|
36 |
+
soxr==0.3.7
|
37 |
+
sympy==1.12
|
38 |
+
threadpoolctl==3.2.0
|
39 |
+
torch==2.1.2
|
40 |
+
torchaudio==2.1.2
|
41 |
+
tqdm==4.66.1
|
42 |
+
typing_extensions==4.9.0
|
43 |
+
urllib3==2.1.0
|
44 |
+
wavmark==0.0.3
|