Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ basedpyright = ">=1.28.3"
numpydoc = ">=1.8.0,<2"
# import dependencies for mypy:
array-api-strict = ">=2.3.1"
numpy = "*"
numpy = ">=1.26.4"
pytest = ">=8.3.5"
hypothesis = "*"
dask-core = ">=2025.3.0" # No distributed, tornado, etc.
Expand All @@ -82,7 +82,7 @@ pytest = ">=8.3.5"
pytest-cov = ">=3"
hypothesis = "*"
array-api-strict = ">=2.3.1"
numpy = "*"
numpy = ">=1.26.4"

[tool.pixi.feature.tests.tasks]
tests = "pytest -v"
Expand All @@ -108,7 +108,7 @@ sphinx-autodoc-typehints = "*"
dask-core = ">=2025.3.0"
pytest = ">=8.3.5"
typing-extensions = ">=4.13.1"
numpy = "*"
numpy = ">=1.26.4"

[tool.pixi.feature.docs.tasks]
docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs" }
Expand Down
Loading