Skip to content

Commit 980f464

Browse files
committed
chore: wip
1 parent 72523b3 commit 980f464

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ scripts.array-api = "array_api.cli:app"
3838

3939
[dependency-groups]
4040
dev = [
41+
"array-api-compat>=1.11.2",
4142
"array-api-strict>=2.3.1",
4243
"pytest>=8,<9",
4344
"pytest-cov>=6,<7",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from array_api._2024_12 import ArrayNamespace
2+
from typing import Any, Literal
3+
4+
5+
def array_namespace(
6+
*xs: Any | complex | None,
7+
api_version: Literal["v2024.12"] | None = None,
8+
use_compat: bool | None = None,
9+
) -> ArrayNamespace:
10+
...

uv.lock

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

0 commit comments

Comments
 (0)