diff options
author | mattip <matti.picus@gmail.com> | 2020-05-12 15:15:34 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-05-12 17:06:51 +0300 |
commit | c9422ffb532fba0c0717bde07649de8e2a021c10 (patch) | |
tree | 25dff33c0bfb40d9a3a6c9d20ab02f1a28557f72 /tools/travis-before-install.sh | |
parent | e66453568b685dee47d6e6e634b3a47edffcaeed (diff) | |
download | numpy-c9422ffb532fba0c0717bde07649de8e2a021c10.tar.gz |
ENH: backport scipy changes to openblas download script
Diffstat (limited to 'tools/travis-before-install.sh')
-rwxr-xr-x | tools/travis-before-install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh index dbe2f6ea2..e468dd932 100755 --- a/tools/travis-before-install.sh +++ b/tools/travis-before-install.sh @@ -41,8 +41,7 @@ pip install --upgrade pip # A specific version of cython is required, so we read the cython package # requirement using `grep cython test_requirements.txt` instead of simply # writing 'pip install setuptools wheel cython'. -# urllib3 is needed for openblas_support -pip install setuptools wheel urllib3 `grep cython test_requirements.txt` +pip install setuptools wheel `grep cython test_requirements.txt` if [ -n "$DOWNLOAD_OPENBLAS" ]; then pwd |