Skip to content

Commit d0a92af

Browse files
committed
CI try latest numpy version
1 parent d067fe9 commit d0a92af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip nose cython
2828
source activate testenv
2929

3030
# First install exact numpy and scipy version from pip
31-
pip install numpy==1.10
31+
pip install numpy==1.11.0
3232
pip install scipy==0.16.1
3333

3434
# Install requirements in correct order

0 commit comments

Comments
 (0)