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.28.3"
6262numpydoc = " >=1.8.0,<2"
6363# import dependencies for mypy:
6464array-api-strict = " >=2.3.1"
65- numpy = " * "
65+ numpy = " >=2.2.4 "
6666pytest = " >=8.3.5"
6767hypothesis = " *"
6868dask-core = " >=2025.3.0" # No distributed, tornado, etc.
@@ -82,7 +82,7 @@ pytest = ">=8.3.5"
8282pytest-cov = " >=3"
8383hypothesis = " *"
8484array-api-strict = " >=2.3.1"
85- numpy = " * "
85+ numpy = " >=2.2.4 "
8686
8787[tool .pixi .feature .tests .tasks ]
8888tests = " pytest -v"
@@ -108,7 +108,7 @@ sphinx-autodoc-typehints = "*"
108108dask-core = " >=2025.3.0"
109109pytest = " >=8.3.5"
110110typing-extensions = " >=4.13.1"
111- numpy = " * "
111+ numpy = " >=2.2.4 "
112112
113113[tool .pixi .feature .docs .tasks ]
114114docs = { cmd = " sphinx-build -E -W . build/" , cwd = " docs" }
You can’t perform that action at this time.
0 commit comments