Skip to content

Commit

Permalink
Updated build requirements for local and CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Aug 7, 2024
1 parent 679dcc5 commit c05ac50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
env:
CIBW_TEST_COMMAND: pytest {project}/tests
CIBW_TEST_REQUIRES: pytest numpy scipy
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_17
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_17
CIBW_SKIP: "*-win32 *_i686 pp* *-musllinux* cp38-macosx_arm64" # Skip PyPy, 32-bit builds, musl linux
CIBW_BEFORE_ALL_LINUX: "yum install -y lapack-devel"
CIBW_ARCHS_WINDOWS: auto64
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [
"wheel",
"scikit-build==0.14.0",
"cmake>=3.18",
"nanobind>=1.0.0",
"nanobind>=2.0.0",
"ninja; platform_system!='Windows'"
]

Expand Down

0 comments on commit c05ac50

Please sign in to comment.