Skip to content

Commit 674c899

Browse files
authored
Merge branch 'main' into bump-uv-0.10.12
2 parents 9330147 + 1591cb5 commit 674c899

3 files changed

Lines changed: 5440 additions & 5376 deletions

File tree

examples/pixi-build/polyglot-particles/particle_kit/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ version = "0.1.0"
1111
[tool.pixi.package.build.backend]
1212
channels = ["https://prefix.dev/conda-forge"]
1313
name = "pixi-build-python"
14-
version = "0.4.*"
14+
version = "*"
1515

1616
[tool.pixi.package.host-dependencies]
1717
hatchling = ">=1.27,<2.0"
1818
python = ">=3.11"
19+
uv = "*"
1920

2021
[tool.pixi.package.run-dependencies]
2122
particle_cpp_py = { path = "../particle_cpp_py" }

examples/pixi-build/polyglot-particles/particle_rs/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ version = "0.4.*"
1919
[tool.pixi.package.host-dependencies]
2020
maturin = ">=1.7,<2.0"
2121
python = ">=3.11"
22+
uv = "*"
2223

2324
[tool.pixi.package.run-dependencies]
2425
python = ">=3.11"

0 commit comments

Comments
 (0)