diff --git a/.install b/.install deleted file mode 100644 index 0ae9b43b..00000000 --- a/.install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -virtualenv -p python3 ../tmp/venv -source ../tmp/venv/bin/activate -python setup.py develop \ No newline at end of file diff --git a/setup.py b/setup.py index 4ebea73d..0308dffb 100644 --- a/setup.py +++ b/setup.py @@ -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",