Skip to content

Commit

Permalink
pin Maturin v1.7.5 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Nov 30, 2024
1 parent 05e42c7 commit 1c488ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["maturin>=1.0,<2"]
# TODO: Remove this pin once
# https://github.com/PyO3/maturin/pull/2332#issuecomment-2507336466
# is resolved, one way or the other.
requires = ["maturin==1.7.5"]
build-backend = "maturin"

0 comments on commit 1c488ca

Please sign in to comment.