mirror of https://github.com/coqui-ai/TTS.git
Update requirements.txt
This commit is contained in:
parent
27db089d6c
commit
33b98e6cc3
|
@ -1,30 +1,38 @@
|
||||||
cython
|
# core deps
|
||||||
flask
|
|
||||||
gdown
|
|
||||||
inflect
|
|
||||||
jieba
|
|
||||||
librosa==0.8.0
|
|
||||||
matplotlib
|
|
||||||
numpy==1.19.5
|
numpy==1.19.5
|
||||||
pandas
|
cython
|
||||||
pypinyin
|
|
||||||
pysbd
|
|
||||||
pyyaml
|
|
||||||
scipy>=0.19.0
|
scipy>=0.19.0
|
||||||
soundfile
|
|
||||||
tensorboardX
|
|
||||||
torch>=1.7
|
torch>=1.7
|
||||||
tqdm
|
torchaudio
|
||||||
|
soundfile
|
||||||
|
librosa==0.8.0
|
||||||
numba==0.53
|
numba==0.53
|
||||||
umap-learn==0.5.1
|
inflect
|
||||||
|
tqdm
|
||||||
anyascii
|
anyascii
|
||||||
coqpit
|
pyyaml
|
||||||
|
fsspec>=2021.04.0
|
||||||
|
# deps for examples
|
||||||
|
flask
|
||||||
|
# deps for inference
|
||||||
|
pysbd
|
||||||
|
# deps for notebooks
|
||||||
|
umap-learn==0.5.1
|
||||||
|
pandas
|
||||||
|
# deps for training
|
||||||
|
matplotlib
|
||||||
|
tensorboardX
|
||||||
|
pyworld
|
||||||
|
# coqui stack
|
||||||
|
git+https://github.com/coqui-ai/Trainer@main # trainer
|
||||||
|
coqpit # config managemenr
|
||||||
|
# chinese g2p deps
|
||||||
|
jieba
|
||||||
|
pypinyin
|
||||||
# japanese g2p deps
|
# japanese g2p deps
|
||||||
mecab-python3==1.0.3
|
mecab-python3==1.0.3
|
||||||
unidic-lite==1.0.8
|
unidic-lite==1.0.8
|
||||||
# gruut+supported langs
|
# gruut+supported langs
|
||||||
gruut[cs,de,es,fr,it,nl,pt,ru,sv]~=2.0.0
|
gruut[cs,de,es,fr,it,nl,pt,ru,sv]~=2.0.0
|
||||||
fsspec>=2021.04.0
|
# others
|
||||||
pyworld
|
webrtcvad # for VAD
|
||||||
webrtcvad
|
|
||||||
torchaudio
|
|
||||||
|
|
Loading…
Reference in New Issue