Skip to content

Commit a50c5ae

Browse files
committed
MAINT: use released array-api-compat
1 parent 34f89f5 commit a50c5ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

+2-4
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.10.0"] # Do not release
29+
dependencies = ["array-api-compat>=1.10.0"]
3030

3131
[project.optional-dependencies]
3232
tests = [
@@ -63,11 +63,9 @@ platforms = ["linux-64", "osx-arm64", "win-64"]
6363

6464
[tool.pixi.dependencies]
6565
python = ">=3.10.15,<3.14"
66-
# array-api-compat = ">=1.10.0" # Do not release
66+
array-api-compat = ">=1.10.0"
6767

6868
[tool.pixi.pypi-dependencies]
69-
# Do not release: main at least @ gh#205
70-
array-api-compat = { git = "https://github.com/data-apis/array-api-compat.git" }
7169
array-api-extra = { path = ".", editable = true }
7270

7371
[tool.pixi.feature.lint.dependencies]

0 commit comments

Comments
 (0)