Skip to content

Commit

Permalink
Use exact version of Maturin
Browse files Browse the repository at this point in the history
Maturin 1.3.0 (and 1.3.1) introduced a bug that breaks sdist builds on repositories with workspaces.
  • Loading branch information
aMarcireau committed Nov 6, 2023
1 parent d034f81 commit b9afe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/neuromorphicsystems/neuromorphic-rs/"
documentation = "https://github.com/neuromorphicsystems/neuromorphic-rs/"

[build-system]
requires = ["maturin>=0.12", "numpy"]
requires = ["maturin==1.2.3", "numpy"]
build-backend = "maturin"

[tool.maturin]
Expand Down

0 comments on commit b9afe89

Please sign in to comment.