Skip to content

Commit 2b406fe

Browse files
committed
DNM depend on array-api-compat@staging
1 parent e3a2641 commit 2b406fe

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

pixi.lock

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

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828
dynamic = ["version"]
29-
dependencies = ["array-api-compat"]
29+
dependencies = [
30+
# DNM main plus #211, #205, #207
31+
"array-api-compat @ git+https://github.com/crusaderky/array-api-compat.git@9761bf2c2790416e3c117ed9f64407525b4a3498"
32+
]
3033

3134
[project.optional-dependencies]
3235
tests = [
@@ -55,6 +58,10 @@ Changelog = "https://github.com/data-apis/array-api-extra/releases"
5558
[tool.hatch]
5659
version.path = "src/array_api_extra/__init__.py"
5760

61+
# DNM enable git dependencies
62+
[tool.hatch.metadata]
63+
allow-direct-references = true
64+
5865

5966
# Pixi
6067

0 commit comments

Comments
 (0)