Skip to content

Commit

Permalink
Pin delocate (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored May 30, 2023
1 parent e66e48f commit 60c79a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:/matthew-brett/delocate/archive/master.zip
retry pip install https:/matthew-brett/delocate/archive/refs/tags/0.10.4.zip
echo "found the following wheels:"
find $whl_tmp_dir -name "*.whl"
echo "running delocate"
Expand Down

0 comments on commit 60c79a8

Please sign in to comment.