From 9fecbb7bcc1bccfe77a2ea255da66b549e5c3fb0 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Wed, 20 Feb 2019 16:45:50 +0100 Subject: [PATCH] setup.py update --- .install | 4 ---- setup.py | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .install 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",