Skip to content

Commit 1ed40f4

Browse files
Update dependency numpy to >=1.26.4 (#233)
* Update dependency numpy to >=1.26.4 * Update pyproject.toml * update lock file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Colley <lucas.colley8@gmail.com>
1 parent 9178828 commit 1ed40f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ basedpyright = ">=1.28.3"
6262
numpydoc = ">=1.8.0,<2"
6363
# import dependencies for mypy:
6464
array-api-strict = ">=2.3.1"
65-
numpy = "*"
65+
numpy = ">=1.26.4"
6666
pytest = ">=8.3.5"
6767
hypothesis = "*"
6868
dask-core = ">=2025.3.0" # No distributed, tornado, etc.
@@ -82,7 +82,7 @@ pytest = ">=8.3.5"
8282
pytest-cov = ">=3"
8383
hypothesis = "*"
8484
array-api-strict = ">=2.3.1"
85-
numpy = "*"
85+
numpy = ">=1.22.0"
8686

8787
[tool.pixi.feature.tests.tasks]
8888
tests = "pytest -v"
@@ -108,7 +108,7 @@ sphinx-autodoc-typehints = "*"
108108
dask-core = ">=2025.3.0"
109109
pytest = ">=8.3.5"
110110
typing-extensions = ">=4.13.1"
111-
numpy = "*"
111+
numpy = ">=1.26.4"
112112

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

0 commit comments

Comments
 (0)