Skip to content

Commit

Permalink
BUG: downgrade scipy
Browse files Browse the repository at this point in the history
Downgrade scipy for NEP29.
  • Loading branch information
aburrell committed Jul 12, 2024
1 parent de8f8a9 commit d3c88ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
if: ${{ matrix.numpy_ver != 'latest'}}
run: |
pip install .[test]
pip install scipy==1.13.1
pip install numpy==${{ matrix.numpy_ver }}
- name: Install standard dependencies
Expand Down

0 comments on commit d3c88ea

Please sign in to comment.