From 42031876e16af041367c3066023994d4c970df57 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 6 Oct 2022 15:46:11 +0100 Subject: [PATCH] Revert to prior build-system requirements This reverts #14080. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 622d6a9e892d..da5652bd606a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -307,7 +307,7 @@ twine = "*" towncrier = ">=18.6.0rc1" [build-system] -requires = ["poetry-core==1.2.0", "setuptools_rust==1.5.2"] +requires = ["poetry-core>=1.0.0", "setuptools_rust>=1.3"] build-backend = "poetry.core.masonry.api"