Skip to content

Commit

Permalink
Try dask 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 3, 2015
1 parent 785c771 commit bafc33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis_before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pip install --retries 3 -q wheel flake8 coveralls nose
# on Python 3.2, use matplotlib 1.3.1 and dask 0.7.2
if [[ $TRAVIS_PYTHON_VERSION == 3.2 ]]; then
sed -i 's/matplotlib>=.*/matplotlib==1.3.1/g' requirements.txt
sed -i 's/dask.*>=.*/dask[array]==0.7.2/g' requirements.txt
sed -i 's/dask.*>=.*/dask[array]==0.7.1/g' requirements.txt
fi

# install wheels
Expand Down

0 comments on commit bafc33e

Please sign in to comment.