Skip to content

Commit

Permalink
Bump NumPy to 2.0 (#1983)
Browse files Browse the repository at this point in the history
* Bump NumPy to 2.0

* update pyproject.toml and add python 3.12

* update pyproject.toml and add python 3.12

* revert 3.12
  • Loading branch information
jhamman authored Jul 1, 2024
1 parent 0c5b0e6 commit 6c2ca63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11']
numpy-version: ['1.24', '1.26', '2.0.0rc1']
numpy-version: ['1.24', '1.26', '2.0']
dependency-set: ["minimal", "optional"]

steps:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ extra-dependencies = [
features = ["extra"]

[[tool.hatch.envs.test.matrix]]
python = ["3.10", "3.11"]
numpy = ["1.24", "1.26", "2.0.0rc1"]
python = ["3.10", "3.11", "3.12"]
numpy = ["1.24", "1.26", "2.0"]
version = ["minimal"]

[[tool.hatch.envs.test.matrix]]
python = ["3.10", "3.11"]
numpy = ["1.24", "1.26", "2.0.0rc1"]
python = ["3.10", "3.11", "3.12"]
numpy = ["1.24", "1.26", "2.0"]
features = ["optional"]

[tool.hatch.envs.test.scripts]
Expand Down

0 comments on commit 6c2ca63

Please sign in to comment.