diff options
| author | mattip <matti.picus@gmail.com> | 2022-12-17 20:38:11 +0200 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2022-12-17 20:38:11 +0200 |
| commit | 17b6aceb489b87f5becb6fa5eae267cf95c7fa49 (patch) | |
| tree | 24f64435a134109f86f3ed7e6acf0ecf54a1051d /tools | |
| parent | a891096af955c4545fb0c31a457df5b83d4f32d7 (diff) | |
| download | numpy-17b6aceb489b87f5becb6fa5eae267cf95c7fa49.tar.gz | |
BLD: use newer version of delocate
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wheels/cibw_before_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wheels/cibw_before_build.sh b/tools/wheels/cibw_before_build.sh index ad76b330f..b9d8bd144 100644 --- a/tools/wheels/cibw_before_build.sh +++ b/tools/wheels/cibw_before_build.sh @@ -43,5 +43,5 @@ if [[ $RUNNER_OS == "macOS" ]]; then source $PROJECT_DIR/tools/wheels/gfortran_utils.sh install_gfortran # Try a newer version of delocate that knows about /usr/local/lib - pip install git+https://github.com/isuruf/delocate@search_usr_local#egg=delocate + pip install git+https://github.com/matthew-brett/delocate@2b10a14b fi |
