Skip to content

Commit

Permalink
require numpy 1.x for testing, until quantities/neo support numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jul 25, 2024
1 parent 67e6f2c commit 781a38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov coveralls flake8
python -m pip install "numpy<2"
- name: Install Brian 2
run: |
python -m pip install brian2
Expand Down

0 comments on commit 781a38f

Please sign in to comment.