Skip to content

Commit 1501bf3

Browse files
Update dependency array-api-compat to >=1.11.2,<2 (#212)
1 parent 52d1237 commit 1501bf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
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
@@ -26,7 +26,7 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828
dynamic = ["version"]
29-
dependencies = ["array-api-compat>=1.11,<2"]
29+
dependencies = ["array-api-compat>=1.11.2,<2"]
3030

3131
[project.urls]
3232
Homepage = "https://github.com/data-apis/array-api-extra"
@@ -48,7 +48,7 @@ platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
4848

4949
[tool.pixi.dependencies]
5050
python = ">=3.10,<3.14"
51-
array-api-compat = ">=1.11,<2"
51+
array-api-compat = ">=1.11.2,<2"
5252

5353
[tool.pixi.pypi-dependencies]
5454
array-api-extra = { path = ".", editable = true }

0 commit comments

Comments
 (0)