Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 437a453

Browse files
author
ariddell
committed
CI: update numpy version to 1.8.2 for Python 2 on CI.
1 parent e3efbec commit 437a453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_integration/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export PATH=$HOME/miniconda3/bin:$PATH
2424
# Update conda itself
2525
conda update --yes --quiet conda
2626
PYTHON_VERSION_MAJOR=${TRAVIS_PYTHON_VERSION:0:1}
27-
if [[ $PYTHON_VERSION_MAJOR == '2' ]]; then conda create --quiet --yes -n env_name python=$TRAVIS_PYTHON_VERSION pip Cython=0.22 numpy=1.7 scipy nose matplotlib pandas; fi
27+
if [[ $PYTHON_VERSION_MAJOR == '2' ]]; then conda create --quiet --yes -n env_name python=$TRAVIS_PYTHON_VERSION pip Cython=0.22 numpy=1.8.2 scipy nose matplotlib pandas; fi
2828
if [[ $PYTHON_VERSION_MAJOR == '3' ]]; then conda create --quiet --yes -n env_name python=$TRAVIS_PYTHON_VERSION pip Cython numpy scipy nose matplotlib pandas; fi
2929
source activate env_name
3030
python -c "import numpy"

0 commit comments

Comments
 (0)