Skip to content

Commit

Permalink
Bump maturin in build system deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarcos committed Dec 2, 2024
1 parent 2b15d73 commit 15b0f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ reportMissingTypeArgument = true
requires = [
"poetry-core>=1.0.0",
"setuptools",
"maturin==1.7.5",
"maturin[patchelf]==1.7.5; platform_system=='Linux'",
"maturin==1.7.6",
"maturin[patchelf]==1.7.6; platform_system=='Linux'",
"patchelf~=0.17.2.1; platform_system=='Linux'",
]
build-backend = "poetry.core.masonry.api"

0 comments on commit 15b0f9b

Please sign in to comment.