TTS/requirements.txt

44 lines
668 B
Plaintext
Raw Normal View History

2022-02-03 14:48:16 +00:00
# core deps
numpy==1.21.6;python_version<"3.10"
numpy;python_version=="3.10"
cython==0.29.28
2022-03-06 13:24:19 +00:00
scipy>=1.4.0
2021-08-13 06:38:54 +00:00
torch>=1.7
2022-02-03 14:48:16 +00:00
torchaudio
soundfile
2023-04-04 23:59:20 +00:00
librosa>=0.10.0
2023-03-21 10:40:42 +00:00
numba==0.55.1;python_version<"3.9"
numba==0.56.4;python_version>="3.9"
inflect==5.6.0
2022-02-03 14:48:16 +00:00
tqdm
2021-05-20 22:30:39 +00:00
anyascii
2022-02-03 14:48:16 +00:00
pyyaml
fsspec>=2021.04.0
aiohttp
packaging
2022-02-03 14:48:16 +00:00
# deps for examples
flask
# deps for inference
pysbd
# deps for notebooks
umap-learn==0.5.1
pandas
# deps for training
matplotlib
# coqui stack
trainer==0.0.20
2022-04-26 15:39:36 +00:00
# config management
coqpit>=0.0.16
2022-02-03 14:48:16 +00:00
# chinese g2p deps
jieba
pypinyin
# japanese g2p deps
mecab-python3==1.0.5
unidic-lite==1.0.8
2021-06-02 14:35:59 +00:00
# gruut+supported langs
2022-11-09 10:58:34 +00:00
gruut[de]==2.2.3
# deps for korean
jamo
nltk
g2pkk>=0.1.1