From 630fc749b095d0f35108a63b602b1d8042a2444e Mon Sep 17 00:00:00 2001 From: Geoff Low Date: Fri, 17 Nov 2023 13:33:41 +0000 Subject: [PATCH] unpin poetry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3502b3e..ced63d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,5 +47,5 @@ Sphinx = "^5.1.1" sphinx-pyproject = "^0.3.0" [build-system] -requires = ["poetry-core>=1.4.0"] +requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"