Skip to content

Commit 1c7f3cb

Browse files
committed
Bump dependency
1 parent 040ab15 commit 1c7f3cb

File tree

2 files changed

+33
-35
lines changed

2 files changed

+33
-35
lines changed

pixi.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828
dynamic = ["version"]
29-
# DNM
30-
# dependencies = ["array-api-compat>=1.1.1"]
31-
dependencies = []
29+
# dependencies = ["array-api-compat>=1.10.0"] # Do not release
3230

3331
[project.optional-dependencies]
3432
tests = [
@@ -65,11 +63,11 @@ platforms = ["linux-64", "osx-arm64", "win-64"]
6563

6664
[tool.pixi.dependencies]
6765
python = ">=3.10.15,<3.14"
68-
# array-api-compat = ">=1.1.1" # DNM
66+
# array-api-compat = ">=1.10.0" # Do not release
6967

7068
[tool.pixi.pypi-dependencies]
7169
# DNM main plus #205
72-
array-api-compat = { git = "https://github.com/crusaderky/array-api-compat.git", rev = "56c2885c912c0414743bc33123103c5ac44634a1" }
70+
array-api-compat = { git = "https://github.com/crusaderky/array-api-compat.git", rev = "6caf96a88b1a4f26709177a38117166ffa1699a5" }
7371

7472
array-api-extra = { path = ".", editable = true }
7573

0 commit comments

Comments
 (0)