From 60c79a85fb3a1dbe327a735f1f03e7f110ca0427 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Tue, 30 May 2023 09:44:59 -0400 Subject: [PATCH] Pin delocate (#1411) --- 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"