From a9f6ea39d6c29f922faf336fe396c2663f2475a7 Mon Sep 17 00:00:00 2001 From: Geoffroy Jamgotchian Date: Wed, 15 Jan 2025 15:20:17 +0100 Subject: [PATCH] Clean Signed-off-by: Geoffroy Jamgotchian --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f0373b..656a803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,5 +18,5 @@ pytest = "^8.3.3" mypy = "^1.11.2" [build-system] -requires = ["poetry-core", "pybind11>=2.13.6"] +requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"