We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6806dc commit 1c18706Copy full SHA for 1c18706
pyproject.toml
@@ -5,7 +5,7 @@ license = {file = "LICENSE.txt"}
5
6
[build-system]
7
requires = [
8
- "OZI.build[core,uv]~=1.10.1",
+ "OZI.build[core,uv]~=1.10.6",
9
]
10
build-backend = "ozi_build.buildapi"
11
@@ -338,7 +338,7 @@ package = wheel
338
deps =
339
uv
340
commands_pre =
341
- python -m uv pip install OZI.build[core,uv]~=1.5
+ python -m uv pip install OZI.build[core,uv]~=1.10.6
342
pipx install --python=python meson
343
commands =
344
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}
0 commit comments