Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +92 -0
requirements.txt
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==1.0.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.6.2.post1
|
4 |
+
attrs==24.2.0
|
5 |
+
audioread==3.0.1
|
6 |
+
babel==2.16.0
|
7 |
+
bibtexparser==2.0.0b7
|
8 |
+
certifi==2024.8.30
|
9 |
+
cffi==1.17.1
|
10 |
+
charset-normalizer==3.4.0
|
11 |
+
click==8.1.7
|
12 |
+
clldutils==3.23.1
|
13 |
+
colorama==0.4.6
|
14 |
+
colorlog==6.9.0
|
15 |
+
contourpy==1.3.0
|
16 |
+
csvw==3.5.1
|
17 |
+
cycler==0.12.1
|
18 |
+
decorator==5.1.1
|
19 |
+
dlinfo==1.2.1
|
20 |
+
einops==0.8.0
|
21 |
+
einops-exts==0.0.4
|
22 |
+
fastapi==0.115.4
|
23 |
+
filelock==3.16.1
|
24 |
+
fonttools==4.54.1
|
25 |
+
fsspec==2024.10.0
|
26 |
+
h11==0.14.0
|
27 |
+
huggingface-hub==0.26.2
|
28 |
+
idna==3.10
|
29 |
+
isodate==0.7.2
|
30 |
+
Jinja2==3.1.4
|
31 |
+
joblib==1.4.2
|
32 |
+
jsonschema==4.23.0
|
33 |
+
jsonschema-specifications==2024.10.1
|
34 |
+
kiwisolver==1.4.7
|
35 |
+
language-tags==1.2.0
|
36 |
+
lazy_loader==0.4
|
37 |
+
librosa==0.10.2.post1
|
38 |
+
llvmlite==0.43.0
|
39 |
+
lxml==5.3.0
|
40 |
+
Markdown==3.7
|
41 |
+
MarkupSafe==3.0.2
|
42 |
+
matplotlib==3.9.2
|
43 |
+
monotonic_align @ git+https://github.com/resemble-ai/monotonic_align.git@78b985be210a03d08bc3acc01c4df0442105366f
|
44 |
+
mpmath==1.3.0
|
45 |
+
msgpack==1.1.0
|
46 |
+
munch==4.0.0
|
47 |
+
networkx==3.4.2
|
48 |
+
nltk==3.9.1
|
49 |
+
numba==0.60.0
|
50 |
+
numpy==2.0.2
|
51 |
+
packaging==24.1
|
52 |
+
phonemizer==3.3.0
|
53 |
+
pillow==11.0.0
|
54 |
+
platformdirs==4.3.6
|
55 |
+
pooch==1.8.2
|
56 |
+
psutil==6.1.0
|
57 |
+
pycparser==2.22
|
58 |
+
pydantic==2.9.2
|
59 |
+
pydantic_core==2.23.4
|
60 |
+
pydub==0.25.1
|
61 |
+
pylatexenc==2.10
|
62 |
+
pyparsing==3.2.0
|
63 |
+
python-dateutil==2.9.0.post0
|
64 |
+
PyYAML==6.0.2
|
65 |
+
rdflib==7.1.1
|
66 |
+
referencing==0.35.1
|
67 |
+
regex==2024.9.11
|
68 |
+
requests==2.32.3
|
69 |
+
rfc3986==1.5.0
|
70 |
+
rpds-py==0.20.0
|
71 |
+
safetensors==0.4.5
|
72 |
+
scikit-learn==1.5.2
|
73 |
+
scipy==1.14.1
|
74 |
+
segments==2.2.1
|
75 |
+
setuptools==75.3.0
|
76 |
+
six==1.16.0
|
77 |
+
sniffio==1.3.1
|
78 |
+
soundfile==0.12.1
|
79 |
+
soxr==0.5.0.post1
|
80 |
+
starlette==0.41.2
|
81 |
+
sympy==1.13.1
|
82 |
+
tabulate==0.9.0
|
83 |
+
threadpoolctl==3.5.0
|
84 |
+
tokenizers==0.20.1
|
85 |
+
torch==2.5.1
|
86 |
+
torchaudio==2.5.1
|
87 |
+
tqdm==4.66.6
|
88 |
+
transformers==4.46.1
|
89 |
+
typing_extensions==4.12.2
|
90 |
+
uritemplate==4.1.1
|
91 |
+
urllib3==2.2.3
|
92 |
+
uvicorn==0.32.0
|