From b4c1d5d35547c6bf9de23f7633c0720a3ac4f52c Mon Sep 17 00:00:00 2001 From: mattip Date: Sat, 17 Dec 2022 20:38:11 +0200 Subject: [PATCH] BLD: use newer version of delocate --- tools/wheels/cibw_before_build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/wheels/cibw_before_build.sh b/tools/wheels/cibw_before_build.sh index ad76b330fc78..3e71b7ab87c1 100644 --- a/tools/wheels/cibw_before_build.sh +++ b/tools/wheels/cibw_before_build.sh @@ -42,6 +42,5 @@ if [[ $RUNNER_OS == "macOS" ]]; then fi 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 delocate==0.1.4 fi