Skip to content

Commit

Permalink
📌🐛 fix wheel tags with OZI.build>=0.0.27
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jul 18, 2024
1 parent e59c36e commit c49ad41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[build-system]
build-backend = "ozi_build.buildapi"
requires = [
"OZI.build>=0.0.26",
"OZI.build>=0.0.27",
"pip-tools>=7",
"pipx~=1.5",
"setuptools_scm[toml]~=8.0",
Expand Down
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
TAP-Producer~=0.1.1
meson[ninja]>=1.1.0
ozi-core~=0.1.5
ozi-spec~=0.5.2
ozi-templates~=2.5.1
ozi-core~=0.1.6
ozi-spec~=0.5.3
ozi-templates~=2.5.4
pip-tools
setuptools_scm[toml]
tomli>=2.0.0;python_version<"3.11"

0 comments on commit c49ad41

Please sign in to comment.