We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0118e53 commit dd1feedCopy full SHA for dd1feed
.github/workflows/downstream_tests.yml
@@ -371,8 +371,6 @@ jobs:
371
run: |
372
uv pip uninstall narwhals --system
373
uv pip install -e . --system
374
- # Temporary pin to get CI green
375
- uv pip install "scipy<1.16.0" --system
376
- name: show-deps
377
run: uv pip freeze
378
- name: Run tests
@@ -416,8 +414,6 @@ jobs:
416
414
cd formulaic
417
415
hatch run uv pip uninstall narwhals
418
hatch run uv pip install -e ./..
419
- # temporary pin to get CI green
420
- hatch run uv pip install "scipy<1.16.0"
421
422
run: hatch run uv pip freeze
423
- name: run test
0 commit comments