File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -228,10 +228,7 @@ jobs:
228228 CIBW_BEFORE_TEST_WINDOWS : bash build_tools/github/build_minimal_windows_image.sh ${{ matrix.python }} ${{matrix.platform_id}}
229229 CIBW_ENVIRONMENT_PASS_LINUX : RUNNER_OS
230230 # TODO Put back pandas when there is a pandas release with Python 3.14 wheels
231- # TODO Remove scipy<1.16.2 when hang on macOS_x86_64 has been fixed.
232- # See https://github.com/scikit-learn/scikit-learn/issues/32279 for
233- # more details.
234- CIBW_TEST_REQUIRES : ${{ contains(matrix.python, '314') && 'pytest' || 'pytest pandas' }} scipy<1.16.2
231+ CIBW_TEST_REQUIRES : ${{ contains(matrix.python, '314') && 'pytest' || 'pytest pandas' }} scipy
235232 # On Windows, we use a custom Docker image and CIBW_TEST_REQUIRES_WINDOWS
236233 # does not make sense because it would install dependencies in the host
237234 # rather than inside the Docker image
You can’t perform that action at this time.
0 commit comments