Skip to content

Commit

Permalink
cmp - remove arm64 build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Apr 6, 2024
1 parent 9f4c00e commit 020cb59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ manylinux-x86_64-image="manylinux2014"
# before-build="pip install delvewheel"
# repair-wheel-command="delvewheel repair -w {dest_dir} {wheel}"

[tool.cibuildwheel.macos]
skip = ["*arm64*", "pp*", "cp36*", "*i686*", "UNKNOWN*", "cp38*", "cp37*"] # "cp311*", "cp312*"

[tool.cibuildwheel.linux]
# before-all = "yum install -y tcl-devel mysql-devel lapack-devel"
before-all = "yum install -y tcl-devel mysql-devel openblas-devel"
Expand Down

0 comments on commit 020cb59

Please sign in to comment.