From 30524c53a101e7be9e19e7ef6600fcc06e49bf6f Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 1 May 2024 18:07:05 +0100 Subject: [PATCH] Another attempt to fix the build system --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb0918b..c59d71d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,8 @@ ruff = "^0.4.2" mypy = "^1.10.0" [build-system] -requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" +requires = ["maturin>=1.0,<2.0"] +build-backend = "maturin" [tool.maturin] # Bindings type