From b2f9d6dd561b99e7791f03a4ddec7b6a9d2263fb Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Mon, 17 Jun 2024 13:22:33 -0400 Subject: [PATCH] ci: use numpy without qualification --- .github/workflows/build_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 10172d9..b70f8a8 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -32,7 +32,7 @@ jobs: # to supply options, put them in 'env', like: env: CIBW_ARCHS_LINUX: ${{matrix.arch}} - CIBW_BEFORE_BUILD: pip install "numpy>=2.0" setuptools wheel cython + CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython - uses: actions/upload-artifact@v2 with: