We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66e48f commit 60c79a8Copy full SHA for 60c79a8
wheel/build_wheel.sh
@@ -194,7 +194,7 @@ echo "Finished setup.py bdist_wheel at $(date)"
194
195
if [[ $package_type != 'libtorch' ]]; then
196
echo "delocating wheel dependencies"
197
- 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
198
echo "found the following wheels:"
199
find $whl_tmp_dir -name "*.whl"
200
echo "running delocate"
0 commit comments