We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d11c11 commit fc8de6dCopy full SHA for fc8de6d
ci/install.sh
@@ -24,7 +24,7 @@ fi
24
if [ ${TRAVIS_PYTHON_VERSION} == "2.6" ]; then
25
pip $PIP_ARGS install numpy;
26
elif [ ${TRAVIS_PYTHON_VERSION} == "3.3" ]; then # should be >=3,3
27
- pip $PIP_ARGS install https://github.com/numpy/numpy/archive/v1.7.0rc1.tar.gz;
+ pip $PIP_ARGS install https://github.com/numpy/numpy/archive/v1.7.0.tar.gz;
28
fi
29
30
# Optional Deps
0 commit comments