Skip to content

Commit

Permalink
Update dependencies to support numpy >=2.0 (#2)
Browse files Browse the repository at this point in the history
* remove 3.8, add 3.11 to CI

3.8 is not supported by pyproject.toml, seems appropriate to remove and
replace with 3.11

* move pytest-benchmark to a dev dependency

* bump numba version

* specify numpy versions based on py version

seperates numpy versions based on python version, allows numpy >=2.0

---------

Co-authored-by: sandyspiers <sandy.spiers@curtin.edu.au>
  • Loading branch information
sandyspiers and sandyspiers authored Nov 25, 2024
1 parent ae031c7 commit 3eaa66a
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 3eaa66a

Please sign in to comment.