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.31.6"
6262numpydoc = " >=1.9.0,<2"
6363# import dependencies for mypy:
6464array-api-strict = " >=2.4.1,<2.5"
65- numpy = " >=2.1 .3"
65+ numpy = " >=2.3 .3"
6666hypothesis = " >=6.140.3"
6767dask-core = " >=2025.9.1" # No distributed, tornado, etc.
6868dprint = " >=0.50.0,<0.51"
@@ -98,7 +98,7 @@ pytest = ">=8.4.2"
9898pytest-cov = " >=7.0.0"
9999hypothesis = " >=6.140.3"
100100array-api-strict = " >=2.4.1,<2.5"
101- numpy = " >=1.22.0 "
101+ numpy = " >=2.3.3 "
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.9.1" # No distributed, tornado, etc.
125125pytest = " >=8.4.2"
126126typing-extensions = " >=4.15.0"
127- numpy = " >=2.1 .3"
127+ numpy = " >=2.3 .3"
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