We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9047f66 + 7a8b63c commit 2b2bd7bCopy full SHA for 2b2bd7b
2 files changed
meson.build
@@ -11,6 +11,7 @@ sources = {
11
'array_api_extra': files(
12
'src/array_api_extra/__init__.py',
13
'src/array_api_extra/_delegation.py',
14
+ 'src/array_api_extra/py.typed',
15
'src/array_api_extra/testing.py',
16
),
17
'array_api_extra/_lib': files(
pixi.toml
@@ -12,7 +12,6 @@ version = "*"
[package.host-dependencies]
meson-python = "*"
-uv = "*" # interfaces with meson-python instead of pip
[package.run-dependencies]
18
array-api-compat = "*"
0 commit comments