File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ basedpyright = ">=1.36.1"
6161numpydoc = " >=1.10.0,<2"
6262# import dependencies for mypy:
6363array-api-strict = " >=2.4.1,<2.5"
64- numpy = " >=2.1.3 "
64+ numpy = " >=2.3.4 "
6565hypothesis = " >=6.148.2"
6666dask-core = " >=2025.12.0" # No distributed, tornado, etc.
6767dprint = " >=0.50.0,<0.51"
@@ -97,7 +97,7 @@ pytest = ">=9.0.2"
9797pytest-cov = " >=7.0.0"
9898hypothesis = " >=6.148.2"
9999array-api-strict = " >=2.4.1,<2.5"
100- numpy = " >=1.22.0 "
100+ numpy = " >=2.3.4 "
101101
102102[tool .pixi .feature .tests .tasks ]
103103tests = { cmd = " pytest -v" , description = " Run tests" }
@@ -123,7 +123,7 @@ sphinx-autodoc-typehints = ">=1.25.3"
123123dask-core = " >=2025.12.0" # No distributed, tornado, etc.
124124pytest = " >=9.0.2"
125125typing-extensions = " >=4.15.0"
126- numpy = " >=2.1.3 "
126+ numpy = " >=2.3.4 "
127127
128128[tool .pixi .feature .docs .tasks ]
129129docs = { cmd = " sphinx-build -E -W . build/" , cwd = " docs" , description = " Build docs" }
You can’t perform that action at this time.
0 commit comments