We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f43f4 commit 632e895Copy full SHA for 632e895
1 file changed
array_api_strict/_typing.py
@@ -54,7 +54,8 @@ class SupportsDLPack(Protocol):
54
def __dlpack__(self, /, *, stream: None = ...) -> PyCapsule: ...
55
56
Capabilities = TypedDict(
57
- "Capabilities", {"boolean indexing": bool, "data-dependent shapes": bool}
+ "Capabilities", {"boolean indexing": bool, "data-dependent shapes": bool,
58
+ "max dimensions": int}
59
)
60
61
DefaultDataTypes = TypedDict(
0 commit comments