Skip to content

Commit dd1feed

Browse files
authored
Revert "ci: pin scipy" (#2821)
Revert "ci: pin scipy (#2725)" This reverts commit 98fba8c.
1 parent 0118e53 commit dd1feed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/downstream_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@ jobs:
371371
run: |
372372
uv pip uninstall narwhals --system
373373
uv pip install -e . --system
374-
# Temporary pin to get CI green
375-
uv pip install "scipy<1.16.0" --system
376374
- name: show-deps
377375
run: uv pip freeze
378376
- name: Run tests
@@ -416,8 +414,6 @@ jobs:
416414
cd formulaic
417415
hatch run uv pip uninstall narwhals
418416
hatch run uv pip install -e ./..
419-
# temporary pin to get CI green
420-
hatch run uv pip install "scipy<1.16.0"
421417
- name: show-deps
422418
run: hatch run uv pip freeze
423419
- name: run test

0 commit comments

Comments
 (0)