Skip to content

Commit

Permalink
Restrict to numpy<2.1 for numba compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Sep 2, 2024
1 parent c23f1f6 commit da74f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-numpy-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
pip install -U numpy
pip install -U 'numpy<2.1'
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: Test with pytest (numba jit disabled)
Expand Down

0 comments on commit da74f47

Please sign in to comment.