Skip to content

Commit 78764f0

Browse files
author
y-p
committed
BLD: numpy 1.7.0 is on pypi, no need to get it from GH anymore
1 parent f132748 commit 78764f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ pip install $PIP_ARGS --use-mirrors cython nose python-dateutil pytz
1919
if [ ${TRAVIS_PYTHON_VERSION} == "3.2" ]; then
2020
sudo apt-get $APT_ARGS install python3-numpy;
2121
elif [ ${TRAVIS_PYTHON_VERSION} == "3.3" ] || [ x"$LOCALE_OVERRIDE" != x"" ]; then # should be >=3,3
22-
pip $PIP_ARGS install https://github.com/numpy/numpy/archive/v1.7.0.tar.gz;
22+
pip $PIP_ARGS install numpy==1.7.0;
2323
else
24-
pip install numpy==1.6.1
24+
pip $PIP_ARGS install numpy==1.6.1;
2525
fi
2626

2727
# Optional Deps

0 commit comments

Comments
 (0)