10BC0 CI remove scipy<1.16.2 requirement in wheel builder (#33090) · scikit-learn/scikit-learn@6ea7b18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ea7b18

Browse files
authored
CI remove scipy<1.16.2 requirement in wheel builder (#33090)
1 parent fdb20ac commit 6ea7b18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0