mirror of https://github.com/coqui-ai/TTS.git
requiremerts update
This commit is contained in:
parent
777bc38b4e
commit
ffea1331d4
|
@ -1,14 +1,14 @@
|
||||||
numpy==1.14.3
|
numpy>=1.14.3
|
||||||
torch>=0.4.1
|
torch>=0.4.1
|
||||||
librosa==0.5.1
|
librosa>=0.5.1
|
||||||
Unidecode==0.4.20
|
Unidecode>=0.4.20
|
||||||
tensorboard
|
tensorboard
|
||||||
tensorboardX
|
tensorboardX
|
||||||
matplotlib
|
matplotlib
|
||||||
Pillow
|
Pillow
|
||||||
flask
|
flask
|
||||||
scipy==0.19.0
|
scipy
|
||||||
tqdm
|
tqdm
|
||||||
git+git://github.com/bootphon/phonemizer@master
|
|
||||||
soundfile
|
soundfile
|
||||||
|
phonemizer
|
||||||
bokeh==1.4.0
|
bokeh==1.4.0
|
||||||
|
|
Loading…
Reference in New Issue