File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ COV_CORE_DATAFILE = ".coverage.eager"
164164
165165[[tool .hatch .envs .test .matrix ]]
166166python = [" 3.12" , " 3.13" , " 3.14" ]
167- numpy = [" 2" , " 2.2" ]
167+ numpy = [" 2.0 " , " 2.2" ]
168168deps = [" minimal" , " optional" ]
169169
170170[tool .hatch .envs .test .overrides ]
@@ -193,7 +193,7 @@ features = ["test", "gpu"]
193193
194194[[tool .hatch .envs .gputest .matrix ]]
195195python = [" 3.12" , " 3.13" ]
196- numpy = [" 2" , " 2.2" ]
196+ numpy = [" 2.0 " , " 2.2" ]
197197version = [" minimal" ]
198198
199199[tool .hatch .envs .gputest .scripts ]
You can’t perform that action at this time.
0 commit comments