Skip to content

Commit 60c79a8

Browse files
authored
Pin delocate (#1411)
1 parent e66e48f commit 60c79a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wheel/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ echo "Finished setup.py bdist_wheel at $(date)"
194194

195195
if [[ $package_type != 'libtorch' ]]; then
196196
echo "delocating wheel dependencies"
197-
retry pip install https://github.com/matthew-brett/delocate/archive/master.zip
197+
retry pip install https://github.com/matthew-brett/delocate/archive/refs/tags/0.10.4.zip
198198
echo "found the following wheels:"
199199
find $whl_tmp_dir -name "*.whl"
200200
echo "running delocate"

0 commit comments

Comments
 (0)