From ac723fc03886ed0e26cdf959429b66b2f4baf327 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Thu, 8 Apr 2021 12:43:08 -0700 Subject: [PATCH] Lower bound setuptools version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab2741870..7b7a2fd19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools", + "setuptools>=42.0.0", "wheel", "Cython>=0.29.21,<3.0", "numpy==1.19.4",