Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 130bc10

Browse files
committed
add urllib3 needed for openblas_support
1 parent e19398c commit 130bc10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ install:
113113
ls $destination
114114
115115
# Upgrade to the latest pip, setuptools, and wheel.
116-
- python -m pip install -U pip setuptools wheel
116+
- python -m pip install -U pip setuptools wheel urllib3
117117

118118
# Install build requirements.
119119
- pip install "%CYTHON_BUILD_DEP%" --install-option="--no-cython-compile"

config.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function build_wheel {
1818

1919
function build_libs {
2020
# Use the same incantation as numpy/tools/travis-before-install.sh
21+
python -mpip install urllib3
2122
target=$(python numpy/tools/openblas_support.py)
2223
$use_sudo cp -r $target/lib/* /usr/local/lib
2324
$use_sudo cp $target/include/* /usr/local/include

0 commit comments

Comments
 (0)