We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9330147 + 1591cb5 commit 674c899Copy full SHA for 674c899
3 files changed
examples/pixi-build/polyglot-particles/particle_kit/pyproject.toml
@@ -11,11 +11,12 @@ version = "0.1.0"
11
[tool.pixi.package.build.backend]
12
channels = ["https://prefix.dev/conda-forge"]
13
name = "pixi-build-python"
14
-version = "0.4.*"
+version = "*"
15
16
[tool.pixi.package.host-dependencies]
17
hatchling = ">=1.27,<2.0"
18
python = ">=3.11"
19
+uv = "*"
20
21
[tool.pixi.package.run-dependencies]
22
particle_cpp_py = { path = "../particle_cpp_py" }
examples/pixi-build/polyglot-particles/particle_rs/pyproject.toml
@@ -19,6 +19,7 @@ version = "0.4.*"
maturin = ">=1.7,<2.0"
23
24
25
0 commit comments