From 153b1a589216d9f52f2fc5e84f59dee644b88b17 Mon Sep 17 00:00:00 2001 From: bn Date: Tue, 3 Sep 2024 21:03:45 +0200 Subject: [PATCH] Change setuptools again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ea181d..326cddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires=['setuptools', 'wheel', 'numpy'] +requires=['setuptools<60.0', 'wheel', 'numpy']