From 3dd186c689b8cdfe9f5afe31c31378905970b5f1 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Sun, 11 Sep 2022 09:20:45 -0400 Subject: [PATCH] provide setuptools upper bound for robustness against future changes (#647) pin to setuptools<65 to avoid potential breaking with future changes closes gh-645 (broken build with setuptools 65.0) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4f9ad454..b941d3a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ [build-system] requires = [ "wheel", - "setuptools", + "setuptools<65", "Cython>=0.29.24,<3.0", # NumPy dependencies - to update these, sync from