File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
CIBW_CONFIG_SETTINGS_WINDOWS : " setup-args=--vsenv"
168
168
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : bash build_tools/github/repair_windows_wheels.sh {wheel} {dest_dir}
169
169
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' || '' }}
171
171
CIBW_TEST_COMMAND : bash {project}/build_tools/wheels/test_wheels.sh
172
172
CIBW_TEST_COMMAND_WINDOWS : bash {project}/build_tools/github/test_windows_wheels.sh ${{ matrix.python }}
173
173
CIBW_BUILD_VERBOSITY : 1
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ build-backend = "mesonpy"
95
95
requires = [
96
96
" meson-python>=0.15.0" ,
97
97
" Cython>=3.0.10" ,
98
- " numpy>=2.0.0rc1 " ,
98
+ " numpy>=2.0.0rc2 " ,
99
99
" scipy>=1.6.0" ,
100
100
]
101
101
You can’t perform that action at this time.
0 commit comments