From d7c45fd61b0cdf41dfd2a35f25772eae924a65be Mon Sep 17 00:00:00 2001 From: Brian McFee Date: Sat, 4 Jun 2016 09:52:20 -0400 Subject: [PATCH] updating travis mir_eval dependency until 0.4 release --- .travis_dependencies.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis_dependencies.sh b/.travis_dependencies.sh index cef9ac28..bbc87199 100644 --- a/.travis_dependencies.sh +++ b/.travis_dependencies.sh @@ -32,6 +32,8 @@ if [ ! -d "$src" ]; then source activate $ENV_NAME + # We need 0.4dev for sonification of pitch contours + pip install git+https://github.com/craffel/mir_eval.git pip install jsonschema pip install python-coveralls pip install numpydoc