mirror of https://github.com/coqui-ai/TTS.git
update requirements and setup.py
This commit is contained in:
parent
a03ae8e99a
commit
8ca7c53158
|
@ -1,15 +1,19 @@
|
||||||
numpy>=1.16.0
|
|
||||||
torch>=1.5
|
torch>=1.5
|
||||||
librosa>=0.5.1
|
tensorflow>=2.2
|
||||||
Unidecode>=0.4.20
|
numpy>=1.16.0
|
||||||
tensorboard
|
scipy>=0.19.0
|
||||||
|
numba==0.48
|
||||||
|
librosa==0.6.2
|
||||||
|
unidecode==0.4.20
|
||||||
|
attrdict
|
||||||
tensorboardX
|
tensorboardX
|
||||||
matplotlib
|
matplotlib
|
||||||
Pillow
|
Pillow
|
||||||
flask
|
flask
|
||||||
scipy
|
|
||||||
tqdm
|
tqdm
|
||||||
soundfile
|
|
||||||
phonemizer
|
|
||||||
bokeh==1.4.0
|
|
||||||
inflect
|
inflect
|
||||||
|
bokeh==1.4.0
|
||||||
|
soundfile
|
||||||
|
nose==1.3.7
|
||||||
|
cardboardlint==1.3.0
|
||||||
|
pylint==2.5.3
|
|
@ -1,18 +1,18 @@
|
||||||
|
torch>=1.5
|
||||||
|
tensorflow==2.3rc
|
||||||
numpy>=1.16.0
|
numpy>=1.16.0
|
||||||
|
scipy>=0.19.0
|
||||||
numba==0.48
|
numba==0.48
|
||||||
torch>=0.4.1
|
librosa==0.6.2
|
||||||
tf-nightly
|
unidecode==0.4.20
|
||||||
librosa>=0.5.1
|
attrdict
|
||||||
Unidecode>=0.4.20
|
|
||||||
tensorboard
|
|
||||||
tensorboardX
|
tensorboardX
|
||||||
matplotlib
|
matplotlib
|
||||||
Pillow
|
Pillow
|
||||||
flask
|
flask
|
||||||
scipy
|
|
||||||
tqdm
|
tqdm
|
||||||
soundfile
|
|
||||||
inflect
|
inflect
|
||||||
phonemizer
|
|
||||||
bokeh==1.4.0
|
bokeh==1.4.0
|
||||||
nose
|
soundfile
|
||||||
|
nose==1.3.7
|
||||||
|
cardboardlint==1.3.0
|
Loading…
Reference in New Issue