mirror of
https://github.com/coqui-ai/TTS.git
synced 2025-12-22 19:29:27 +01:00
setup.py update
This commit is contained in:
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user