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
|
||||
librosa>=0.5.1
|
||||
Unidecode>=0.4.20
|
||||
tensorboard
|
||||
tensorflow>=2.2
|
||||
numpy>=1.16.0
|
||||
scipy>=0.19.0
|
||||
numba==0.48
|
||||
librosa==0.6.2
|
||||
unidecode==0.4.20
|
||||
attrdict
|
||||
tensorboardX
|
||||
matplotlib
|
||||
Pillow
|
||||
flask
|
||||
scipy
|
||||
tqdm
|
||||
soundfile
|
||||
phonemizer
|
||||
bokeh==1.4.0
|
||||
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
|
||||
scipy>=0.19.0
|
||||
numba==0.48
|
||||
torch>=0.4.1
|
||||
tf-nightly
|
||||
librosa>=0.5.1
|
||||
Unidecode>=0.4.20
|
||||
tensorboard
|
||||
librosa==0.6.2
|
||||
unidecode==0.4.20
|
||||
attrdict
|
||||
tensorboardX
|
||||
matplotlib
|
||||
Pillow
|
||||
flask
|
||||
scipy
|
||||
tqdm
|
||||
soundfile
|
||||
inflect
|
||||
phonemizer
|
||||
bokeh==1.4.0
|
||||
nose
|
||||
soundfile
|
||||
nose==1.3.7
|
||||
cardboardlint==1.3.0
|
Loading…
Reference in New Issue