File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 strategy :
2626 matrix :
2727 python-version : ['3.11']
28- numpy-version : ['2.1 ']
28+ numpy-version : ['2.2 ']
2929 dependency-set : ["minimal"]
3030
3131 steps :
Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 python-version : ['3.11']
29- numpy-version : ['2.1 ']
29+ numpy-version : ['2.2 ']
3030 dependency-set : ["optional"]
3131
3232 steps :
Original file line number Diff line number Diff line change 2121 strategy :
2222 matrix :
2323 python-version : ['3.11', '3.12', '3.13']
24- numpy-version : ['1.25', '2.1 ']
24+ numpy-version : ['1.25', '2.2 ']
2525 dependency-set : ["minimal", "optional"]
2626 os : ["ubuntu-latest"]
2727 include :
@@ -30,15 +30,15 @@ jobs:
3030 dependency-set : ' optional'
3131 os : ' macos-latest'
3232 - python-version : ' 3.13'
33- numpy-version : ' 2.1 '
33+ numpy-version : ' 2.2 '
3434 dependency-set : ' optional'
3535 os : ' macos-latest'
3636 - python-version : ' 3.11'
3737 numpy-version : ' 1.25'
3838 dependency-set : ' optional'
3939 os : ' windows-latest'
4040 - python-version : ' 3.13'
41- numpy-version : ' 2.1 '
41+ numpy-version : ' 2.2 '
4242 dependency-set : ' optional'
4343 os : ' windows-latest'
4444 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ features = ["test"]
149149
150150[[tool .hatch .envs .test .matrix ]]
151151python = [" 3.11" , " 3.12" , " 3.13" ]
152- numpy = [" 1.25" , " 2.1 " ]
152+ numpy = [" 1.25" , " 2.2 " ]
153153deps = [" minimal" , " optional" ]
154154
155155[tool .hatch .envs .test .overrides ]
@@ -185,7 +185,7 @@ features = ["test", "gpu"]
185185
186186[[tool .hatch .envs .gputest .matrix ]]
187187python = [" 3.11" , " 3.12" , " 3.13" ]
188- numpy = [" 1.25" , " 2.1 " ]
188+ numpy = [" 1.25" , " 2.2 " ]
189189version = [" minimal" ]
190190
191191[tool .hatch .envs .gputest .scripts ]
You can’t perform that action at this time.
0 commit comments