From 9a7dafd531bd1ce6cc9546a66357e958c7939ac0 Mon Sep 17 00:00:00 2001 From: Zhiwei Date: Wed, 5 Jul 2023 04:06:43 -0400 Subject: [PATCH] Unpin setuptools version (#2766) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec20768d..bc12d5c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools<60.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [tool.black]