Skip to content

Commit

Permalink
install: rebuild for numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
William Silversmith committed Jun 22, 2024
1 parent 6bc9ed2 commit 0b247f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags:
- '*'
env:
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* pp27* pp36* pp37* pp38* pp39* pp310* *-musllinux* cp312-manylinux_i686
CIBW_SKIP: pp37* pp38* pp39* pp310* *-musllinux* cp312-manylinux_i686

jobs:
build_wheels:
Expand All @@ -28,11 +28,11 @@ jobs:
uses: docker/setup-qemu-action@v1

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.19.1
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
CIBW_BEFORE_BUILD: pip install oldest-supported-numpy pybind11 wheel setuptools cython
CIBW_BEFORE_BUILD: pip install numpy pybind11 wheel setuptools cython
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ requires = [
"setuptools",
"wheel",
"pybind11",
"oldest-supported-numpy",
"numpy",
]

0 comments on commit 0b247f2

Please sign in to comment.