File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ basedpyright = ">=1.29.4"
62
62
numpydoc = " >=1.9.0,<2"
63
63
# import dependencies for mypy:
64
64
array-api-strict = " >=2.3.1,<2.4"
65
- numpy = " >=2.1.3 "
65
+ numpy = " >=2.3.0 "
66
66
hypothesis = " >=6.131.28"
67
67
dask-core = " >=2025.5.1" # No distributed, tornado, etc.
68
68
dprint = " >=0.50.0,<0.51"
@@ -98,7 +98,7 @@ pytest = ">=8.4.1"
98
98
pytest-cov = " >=6.2.1"
99
99
hypothesis = " >=6.131.28"
100
100
array-api-strict = " >=2.3.1,<2.4"
101
- numpy = " >=1.22 .0"
101
+ numpy = " >=2.3 .0"
102
102
103
103
[tool .pixi .feature .tests .tasks ]
104
104
tests = { cmd = " pytest -v" , description = " Run tests" }
@@ -124,7 +124,7 @@ sphinx-autodoc-typehints = ">=1.25.3"
124
124
dask-core = " >=2025.5.1" # No distributed, tornado, etc.
125
125
pytest = " >=8.4.1"
126
126
typing-extensions = " >=4.14.0"
127
- numpy = " >=2.1.3 "
127
+ numpy = " >=2.3.0 "
128
128
129
129
[tool .pixi .feature .docs .tasks ]
130
130
docs = { cmd = " sphinx-build -E -W . build/" , cwd = " docs" , description = " Build docs" }
You can’t perform that action at this time.
0 commit comments