From 41b55081aacc50892a2a7bb88092042fc47131ef Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 30 May 2023 05:15:07 -0700 Subject: [PATCH] Pin delocate --- wheel/build_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheel/build_wheel.sh b/wheel/build_wheel.sh index 9092e1b92..99d251977 100755 --- a/wheel/build_wheel.sh +++ b/wheel/build_wheel.sh @@ -194,7 +194,7 @@ echo "Finished setup.py bdist_wheel at $(date)" if [[ $package_type != 'libtorch' ]]; then echo "delocating wheel dependencies" - retry pip install https://github.com/matthew-brett/delocate/archive/master.zip + retry pip install https://github.com/matthew-brett/delocate/archive/refs/tags/0.10.4.zip echo "found the following wheels:" find $whl_tmp_dir -name "*.whl" echo "running delocate"