File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Part of blastpipe.
2
2
# See LICENSE.txt in the project root for details.
3
3
[project ]
4
- dynamic = [" dependencies" , " version" ]
5
4
license = {file = " LICENSE.txt" }
6
5
7
6
[build-system ]
8
7
requires = [
9
- " OZI.build[core,uv]~=1.5 " ,
8
+ " OZI.build[core,uv]~=1.10.1 " ,
10
9
]
11
10
build-backend = " ozi_build.buildapi"
12
11
13
- [tool .setuptools .dynamic ]
14
- dependencies = { file = [" requirements.in" ] }
15
-
16
12
[project .optional_dependencies ] # also meson test suite names
17
13
# OZI Packaging Dependencies
18
14
# continuous integration
@@ -343,8 +339,7 @@ package = wheel
343
339
deps =
344
340
uv
345
341
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
348
343
commands =
349
344
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}
350
345
meson compile -C {env_tmp_dir}
You can’t perform that action at this time.
0 commit comments