Skip to content

Commit

Permalink
fix: windows and os-x build
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jul 6, 2024
1 parent 475c2af commit 148fd20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[build-system]
requires = ["cffi", "maturin>=1.0,<2.0"]
# Fix Maturin to 1.5. 1.6 introduced a regression which prevents the wheel from building under os-x
# and windows. It does not find the cffi module.
requires = ["cffi", "maturin>=1.0,<1.5"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 148fd20

Please sign in to comment.