mirror of https://github.com/coqui-ai/TTS.git
setup.py update
This commit is contained in:
parent
6e86d0d0c4
commit
9fecbb7bcc
4
.install
4
.install
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
virtualenv -p python3 ../tmp/venv
|
|
||||||
source ../tmp/venv/bin/activate
|
|
||||||
python setup.py develop
|
|
4
setup.py
4
setup.py
|
@ -70,11 +70,11 @@ setup(
|
||||||
'build_py': build_py,
|
'build_py': build_py,
|
||||||
'develop': develop,
|
'develop': develop,
|
||||||
},
|
},
|
||||||
setup_requires=["numpy==1.14.3"],
|
setup_requires=["numpy==1.15.4"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"scipy >=0.19.0",
|
"scipy >=0.19.0",
|
||||||
"torch >= 0.4.1",
|
"torch >= 0.4.1",
|
||||||
"librosa==0.5.1",
|
"librosa==0.6.2",
|
||||||
"unidecode==0.4.20",
|
"unidecode==0.4.20",
|
||||||
"tensorboardX",
|
"tensorboardX",
|
||||||
"matplotlib==2.0.2",
|
"matplotlib==2.0.2",
|
||||||
|
|
Loading…
Reference in New Issue