From 17b6aceb489b87f5becb6fa5eae267cf95c7fa49 Mon Sep 17 00:00:00 2001 From: mattip Date: Sat, 17 Dec 2022 20:38:11 +0200 Subject: BLD: use newer version of delocate --- tools/wheels/cibw_before_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.1