Skip to content

Commit

Permalink
🍎 try alternative wheel repair command
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Jul 2, 2024
1 parent cc873a5 commit b9ce3c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ before-all = [
environment = { DEPLOY = "ON" }

[tool.cibuildwheel.macos]
environment = { MACOSX_DEPLOYMENT_TARGET = "10.15" }
environment = { MACOSX_DEPLOYMENT_TARGET = "11.0" }
repair-wheel-command = "delocate-wheel --exclude mpfr --exclude gmp --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"

[tool.cibuildwheel.windows]
before-build = "pip install delvewheel>=1.4.0"
Expand Down

0 comments on commit b9ce3c0

Please sign in to comment.