Skip to content

Commit 9ba21fc

Browse files
committed
fix: point oh
1 parent ecd97fd commit 9ba21fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ jobs:
2121
strategy:
2222
matrix:
2323
python-version: ['3.12', '3.13', '3.14']
24-
numpy-version: ['2', '2.2']
24+
numpy-version: ['2.0', '2.2']
2525
dependency-set: ["minimal", "optional"]
2626
os: ["ubuntu-latest"]
2727
include:
2828
- python-version: '3.12'
29-
numpy-version: '2'
29+
numpy-version: '2.0'
3030
dependency-set: 'optional'
3131
os: 'macos-latest'
3232
- python-version: '3.14'
3333
numpy-version: '2.2'
3434
dependency-set: 'optional'
3535
os: 'macos-latest'
3636
- python-version: '3.12'
37-
numpy-version: '2'
37+
numpy-version: '2.0'
3838
dependency-set: 'optional'
3939
os: 'windows-latest'
4040
- python-version: '3.14'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ COV_CORE_DATAFILE = ".coverage.eager"
164164

165165
[[tool.hatch.envs.test.matrix]]
166166
python = ["3.12", "3.13", "3.14"]
167-
numpy = ["2", "2.2"]
167+
numpy = ["2.0", "2.2"]
168168
deps = ["minimal", "optional"]
169169

170170
[tool.hatch.envs.test.overrides]
@@ -193,7 +193,7 @@ features = ["test", "gpu"]
193193

194194
[[tool.hatch.envs.gputest.matrix]]
195195
python = ["3.12", "3.13"]
196-
numpy = ["2", "2.2"]
196+
numpy = ["2.0", "2.2"]
197197
version = ["minimal"]
198198

199199
[tool.hatch.envs.gputest.scripts]

0 commit comments

Comments
 (0)