Skip to content

Commit

Permalink
Fix required maturin version
Browse files Browse the repository at this point in the history
  • Loading branch information
ABorgna committed Oct 2, 2024
1 parent 6106cee commit 7bc3a5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = ["pyzx >=0.8.0,<0.9.0"]
[tool.uv]

dev-dependencies = [
"pip >=24.2,<25",
"maturin >=1.7.4,<2",
"pytest >=8.3.3,<9",
"ruff >=0.6.8,<1",
Expand All @@ -40,7 +41,7 @@ dev-dependencies = [
]

[build-system]
requires = ["maturin~=1.5.1"]
requires = ["maturin>=1.7.0"]
build-backend = "maturin"

[project.urls]
Expand Down
11 changes: 11 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bc3a5f

Please # to comment.