Skip to content

Commit

Permalink
(fix): pin maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Dec 2, 2024
1 parent 11122c8 commit 7a29260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ test = [
"hypothesis",
"pytest-xdist",
]
dev = ["maturin", "pip", "pre-commit"]
# https://github.com/PyO3/maturin/issues/2336#issuecomment-2507418846 for maturin pin
dev = ["maturin<=1.7.4", "pip", "pre-commit"]
doc = ["sphinx>=7.4.6", "myst-parser"]

[tool.maturin]
Expand Down

0 comments on commit 7a29260

Please sign in to comment.