From 4fc2bf505b42af54eb21bd4327476a0d200029e7 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Mon, 17 Jun 2024 13:09:05 -0400 Subject: [PATCH] ci: switch to compiling with numpy 2.0 --- .github/workflows/build_wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 5c65762..9d58538 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -28,11 +28,11 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.5 + 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 setuptools wheel cython + CIBW_BEFORE_BUILD: pip install "numpy>2.0" setuptools wheel cython - uses: actions/upload-artifact@v4 with: