Another attempt to fix the build system

This commit is contained in:
2024-05-01 18:07:05 +01:00
parent 6324ee33ab
commit 30524c53a1

View File

@@ -17,8 +17,8 @@ ruff = "^0.4.2"
mypy = "^1.10.0" mypy = "^1.10.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["maturin>=1.0,<2.0"]
build-backend = "poetry.core.masonry.api" build-backend = "maturin"
[tool.maturin] [tool.maturin]
# Bindings type # Bindings type