From c13d4656654a61d8e9a4bec28d54f917e8855d48 Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Fri, 30 Aug 2024 12:43:08 -0700 Subject: [PATCH] MNT pin setuptools version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe641d85..ddda6017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] # Minimum requirements for the build system to execute, according to PEP518 # specification. -requires = ["setuptools", "build", "numpy", "cython<3.0", "wheel"] +requires = ["setuptools<60.0", "build", "numpy", "cython<3.0", "wheel"] build-backend = "setuptools.build_meta" [tool.codespell]