Skip to content

Commit

Permalink
Pin delocate to 0.11.0
Browse files Browse the repository at this point in the history
Ideally we'd upgrade to delocate 0.12.0 and use the new delocate-merge command, but
it fails on numpy (matthew-brett/delocate#227), so we'll stick to
0.11.0 for now.
  • Loading branch information
jonathanperret committed Sep 8, 2024
1 parent ad342af commit 589b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
run: |
brew install avrdude
mkdir tmp-wheel/
python -m pip install delocate
python -m pip install delocate==0.11.0
# Find platform values on e.g. https://pypi.org/project/numpy/1.26.4/#files
Expand Down

0 comments on commit 589b762

Please sign in to comment.