Skip to content

Commit 6c2ca63

Browse files
authored
Bump NumPy to 2.0 (#1983)
* Bump NumPy to 2.0 * update pyproject.toml and add python 3.12 * update pyproject.toml and add python 3.12 * revert 3.12
1 parent 0c5b0e6 commit 6c2ca63

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python-version: ['3.10', '3.11']
25-
numpy-version: ['1.24', '1.26', '2.0.0rc1']
25+
numpy-version: ['1.24', '1.26', '2.0']
2626
dependency-set: ["minimal", "optional"]
2727

2828
steps:

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ extra-dependencies = [
125125
features = ["extra"]
126126

127127
[[tool.hatch.envs.test.matrix]]
128-
python = ["3.10", "3.11"]
129-
numpy = ["1.24", "1.26", "2.0.0rc1"]
128+
python = ["3.10", "3.11", "3.12"]
129+
numpy = ["1.24", "1.26", "2.0"]
130130
version = ["minimal"]
131131

132132
[[tool.hatch.envs.test.matrix]]
133-
python = ["3.10", "3.11"]
134-
numpy = ["1.24", "1.26", "2.0.0rc1"]
133+
python = ["3.10", "3.11", "3.12"]
134+
numpy = ["1.24", "1.26", "2.0"]
135135
features = ["optional"]
136136

137137
[tool.hatch.envs.test.scripts]

0 commit comments

Comments
 (0)