From fef3a764de593ba351d06cdc04a7524b27e13294 Mon Sep 17 00:00:00 2001 From: Martin Weigert Date: Thu, 29 Aug 2024 09:38:30 -0400 Subject: [PATCH] pin setuptools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb3801d..b1899cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=40.8.0", +requires = ["setuptools==71.0", "setuptools_scm[toml]>=6.2", "wheel", "oldest-supported-numpy"]