setup.py update

pull/10/head
Eren Golge 2019-02-20 16:45:50 +01:00
parent 6e86d0d0c4
commit 9fecbb7bcc
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
virtualenv -p python3 ../tmp/venv
source ../tmp/venv/bin/activate
python setup.py develop

View File

@ -70,11 +70,11 @@ setup(
'build_py': build_py,
'develop': develop,
},
setup_requires=["numpy==1.14.3"],
setup_requires=["numpy==1.15.4"],
install_requires=[
"scipy >=0.19.0",
"torch >= 0.4.1",
"librosa==0.5.1",
"librosa==0.6.2",
"unidecode==0.4.20",
"tensorboardX",
"matplotlib==2.0.2",