Skip to content

Commit 4bb063b

Browse files
Update dependency array-api-strict to v2 (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 767f429 commit 4bb063b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ basedmypy = ">=2.10.0"
6161
basedpyright = "*"
6262
numpydoc = ">=1.8.0,<2"
6363
# import dependencies for mypy:
64-
array-api-strict = ">=1.1.1"
64+
array-api-strict = ">=2.3.1"
6565
numpy = "*"
6666
pytest = "*"
6767
hypothesis = "*"
@@ -81,7 +81,7 @@ lint = { depends-on = ["pre-commit", "pylint", "mypy", "pyright"] }
8181
pytest = ">=6"
8282
pytest-cov = ">=3"
8383
hypothesis = "*"
84-
array-api-strict = ">=1.1.1"
84+
array-api-strict = ">=2.3.1"
8585
numpy = "*"
8686

8787
[tool.pixi.feature.tests.tasks]

0 commit comments

Comments
 (0)