From c49e2aecca1428ef7bd99b03bc8deb8dfd8b9c68 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Sun, 16 Oct 2022 23:58:55 +0530 Subject: [PATCH] Oops, forgot lower pinning setuptools correctly --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8da5e6b994..cc8469f7da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=40.8.0", "setuptools-scm", "wheel"] +requires = ["setuptools>=64.0.0", "setuptools-scm", "wheel"] build-backend = "setuptools.build_meta"