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"
6262numpydoc = " >=1.9.0,<2"
6363# import dependencies for mypy:
6464array-api-strict = " >=2.3.1,<2.4"
65- numpy = " >=2.1.3 "
65+ numpy = " >=2.3.0 "
6666hypothesis = " >=6.131.28"
6767dask-core = " >=2025.5.1" # No distributed, tornado, etc.
6868dprint = " >=0.50.0,<0.51"
@@ -98,7 +98,7 @@ pytest = ">=8.4.1"
9898pytest-cov = " >=6.2.1"
9999hypothesis = " >=6.131.28"
100100array-api-strict = " >=2.3.1,<2.4"
101- numpy = " >=1.22 .0"
101+ numpy = " >=2.3 .0"
102102
103103[tool .pixi .feature .tests .tasks ]
104104tests = { cmd = " pytest -v" , description = " Run tests" }
@@ -124,7 +124,7 @@ sphinx-autodoc-typehints = ">=1.25.3"
124124dask-core = " >=2025.5.1" # No distributed, tornado, etc.
125125pytest = " >=8.4.1"
126126typing-extensions = " >=4.14.0"
127- numpy = " >=2.1.3 "
127+ numpy = " >=2.3.0 "
128128
129129[tool .pixi .feature .docs .tasks ]
130130docs = { cmd = " sphinx-build -E -W . build/" , cwd = " docs" , description = " Build docs" }
You can’t perform that action at this time.
0 commit comments