We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2d14d commit 4cb87a9Copy full SHA for 4cb87a9
pyproject.toml
@@ -62,7 +62,7 @@ basedpyright = ">=1.29.4"
62
numpydoc = ">=1.9.0,<2"
63
# import dependencies for mypy:
64
array-api-strict = ">=2.3.1,<2.4"
65
-numpy = ">=2.1.3"
+numpy = ">=2.3.0"
66
hypothesis = ">=6.131.28"
67
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
68
dprint = ">=0.50.0,<0.51"
@@ -124,7 +124,7 @@ sphinx-autodoc-typehints = ">=1.25.3"
124
125
pytest = ">=8.4.1"
126
typing-extensions = ">=4.14.0"
127
128
129
[tool.pixi.feature.docs.tasks]
130
docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs", description = "Build docs" }
0 commit comments