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"