Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -52
requirements.txt
CHANGED
@@ -1,61 +1,12 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
-
|
3 |
-
|
4 |
numpy==1.22.0;python_version<="3.10"
|
5 |
numpy>=1.24.3;python_version>"3.10"
|
6 |
-
cython
|
7 |
-
scipy
|
8 |
-
torch>=2.1
|
9 |
-
torchaudio
|
10 |
-
soundfile>=0.12.0
|
11 |
-
librosa>=0.10.0
|
12 |
scikit-learn>=1.3.0
|
13 |
numba==0.55.1;python_version<"3.9"
|
14 |
numba>=0.57.0;python_version>="3.9"
|
15 |
-
|
16 |
-
tqdm>=4.64.1
|
17 |
-
anyascii>=0.3.0
|
18 |
-
pyyaml>=6.0
|
19 |
-
fsspec>=2023.6.0 # <= 2023.9.1 makes aux tests fail
|
20 |
-
aiohttp>=3.8.1
|
21 |
-
packaging>=23.1
|
22 |
-
mutagen==1.47.0
|
23 |
-
# deps for examples
|
24 |
-
flask>=2.0.1
|
25 |
-
# deps for inference
|
26 |
-
pysbd>=0.3.4
|
27 |
-
# deps for notebooks
|
28 |
-
umap-learn>=0.5.1
|
29 |
-
pandas>=1.4,<2.0
|
30 |
-
# deps for training
|
31 |
-
matplotlib>=3.7.0
|
32 |
-
# coqui stack
|
33 |
-
trainer>=0.0.36
|
34 |
-
# config management
|
35 |
-
coqpit>=0.0.16
|
36 |
-
# chinese g2p deps
|
37 |
-
jieba
|
38 |
-
pypinyin
|
39 |
-
# korean
|
40 |
-
hangul_romanize
|
41 |
-
# gruut+supported langs
|
42 |
-
gruut[de,es,fr]==2.2.3
|
43 |
-
# deps for korean
|
44 |
-
jamo
|
45 |
-
nltk
|
46 |
-
g2pkk>=0.1.1
|
47 |
-
# deps for bangla
|
48 |
-
bangla
|
49 |
-
bnnumerizer
|
50 |
-
bnunicodenormalizer
|
51 |
-
#deps for tortoise
|
52 |
-
einops>=0.6.0
|
53 |
-
transformers>=4.33.0
|
54 |
-
#deps for bark
|
55 |
-
encodec>=0.1.1
|
56 |
-
# deps for XTTS
|
57 |
-
unidecode>=1.3.2
|
58 |
-
num2words
|
59 |
hangul-romanize
|
60 |
coqui-tts[ja]
|
61 |
coqui-tts[zh]
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
setuptools>=65.5.0,<68.0.0
|
3 |
+
wheel>=0.41.0,<0.45.0
|
4 |
numpy==1.22.0;python_version<="3.10"
|
5 |
numpy>=1.24.3;python_version>"3.10"
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
scikit-learn>=1.3.0
|
7 |
numba==0.55.1;python_version<"3.9"
|
8 |
numba>=0.57.0;python_version>="3.9"
|
9 |
+
coqui-tts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
hangul-romanize
|
11 |
coqui-tts[ja]
|
12 |
coqui-tts[zh]
|