Skip to content

Commit 9d4557d

Browse files
committed
🐛 Update OZI.build
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
1 parent e7ed19d commit 9d4557d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pyproject.toml

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
# Part of blastpipe.
22
# See LICENSE.txt in the project root for details.
33
[project]
4-
dynamic = ["dependencies", "version"]
54
license = {file = "LICENSE.txt"}
65

76
[build-system]
87
requires = [
9-
"OZI.build[core,uv]~=1.5",
8+
"OZI.build[core,uv]~=1.10.1",
109
]
1110
build-backend = "ozi_build.buildapi"
1211

13-
[tool.setuptools.dynamic]
14-
dependencies = { file = ["requirements.in"] }
15-
1612
[project.optional_dependencies] # also meson test suite names
1713
# OZI Packaging Dependencies
1814
# continuous integration
@@ -343,8 +339,7 @@ package = wheel
343339
deps =
344340
uv
345341
commands_pre =
346-
python -m uv pip install -r requirements.in OZI.build[uv,core]~=1.2
347-
pipx install --python=python meson
342+
python -m uv pip install -r requirements.in OZI.build[uv,core]~=1.10.1
348343
commands =
349344
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}
350345
meson compile -C {env_tmp_dir}

0 commit comments

Comments
 (0)