Skip to content

Commit

Permalink
MAINT bump up numpy and scipy versions for travis latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Mar 10, 2016
1 parent f27c3b2 commit 3f39676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
CACHED_BUILD_DIR="$HOME/sklearn_build_oldest"
# This environment tests the newest supported anaconda env
- DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_MKL="false"
NUMPY_VERSION="1.10.2" SCIPY_VERSION="0.16.1" CYTHON_VERSION="0.23.4"
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.4"
CACHED_BUILD_DIR="$HOME/sklearn_build_latest"

matrix:
Expand Down

0 comments on commit 3f39676

Please sign in to comment.