We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767f429 commit e413ad9Copy full SHA for e413ad9
1 file changed
pyproject.toml
@@ -62,7 +62,7 @@ basedpyright = "*"
62
numpydoc = ">=1.8.0,<2"
63
# import dependencies for mypy:
64
array-api-strict = ">=1.1.1"
65
-numpy = "*"
+numpy = ">=2.2.4"
66
pytest = "*"
67
hypothesis = "*"
68
dask-core = "*" # No distributed, tornado, etc.
@@ -82,7 +82,7 @@ pytest = ">=6"
82
pytest-cov = ">=3"
83
84
85
86
87
[tool.pixi.feature.tests.tasks]
88
tests = "pytest -v"
@@ -108,7 +108,7 @@ sphinx-autodoc-typehints = "*"
108
dask-core = "*"
109
110
typing-extensions = "*"
111
112
113
[tool.pixi.feature.docs.tasks]
114
docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs" }
0 commit comments