Skip to content

Commit

Permalink
try to keep numpy as v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 27, 2024
1 parent 70d59a4 commit 3e27de6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependencies-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
python -m pip install uv
uv pip install --system --upgrade pip setuptools wheel
uv pip --no-cache --quiet install --system --upgrade ".[all,test]"
uv pip uninstall --system scipy numpy
uv pip install --system --upgrade --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy
uv pip uninstall --system scipy
# uv wants to upgrade numpy to a dev release too, so don't --upgrade
uv pip install --system --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy
python -m pip list
- name: Test with pytest
Expand Down

0 comments on commit 3e27de6

Please sign in to comment.