Skip to content

Commit 2b2bd7b

Browse files
authored
Merge pull request #786 from lucascolley/uv
BLD: a couple build improvements
2 parents 9047f66 + 7a8b63c commit 2b2bd7b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sources = {
1111
'array_api_extra': files(
1212
'src/array_api_extra/__init__.py',
1313
'src/array_api_extra/_delegation.py',
14+
'src/array_api_extra/py.typed',
1415
'src/array_api_extra/testing.py',
1516
),
1617
'array_api_extra/_lib': files(

pixi.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ version = "*"
1212

1313
[package.host-dependencies]
1414
meson-python = "*"
15-
uv = "*" # interfaces with meson-python instead of pip
1615

1716
[package.run-dependencies]
1817
array-api-compat = "*"

0 commit comments

Comments
 (0)