Skip to content

Commit 729b54d

Browse files
committed
test py3.12 against numpy 2 [cd build]
1 parent 1e50434 commit 729b54d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
CIBW_CONFIG_SETTINGS_WINDOWS: "setup-args=--vsenv"
168168
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: bash build_tools/github/repair_windows_wheels.sh {wheel} {dest_dir}
169169
CIBW_BEFORE_TEST_WINDOWS: bash build_tools/github/build_minimal_windows_image.sh ${{ matrix.python }}
170-
CIBW_TEST_REQUIRES: pytest pandas
170+
CIBW_TEST_REQUIRES: pytest pandas ${{ matrix.python == 312 && 'numpy>=2.0.0rc2' || '' }}
171171
CIBW_TEST_COMMAND: bash {project}/build_tools/wheels/test_wheels.sh
172172
CIBW_TEST_COMMAND_WINDOWS: bash {project}/build_tools/github/test_windows_wheels.sh ${{ matrix.python }}
173173
CIBW_BUILD_VERBOSITY: 1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ build-backend = "mesonpy"
9595
requires = [
9696
"meson-python>=0.15.0",
9797
"Cython>=3.0.10",
98-
"numpy>=2.0.0rc1",
98+
"numpy>=2.0.0rc2",
9999
"scipy>=1.6.0",
100100
]
101101

0 commit comments

Comments
 (0)