From 38bf18cd1f6825e1b92dfc6991cf3d284e574333 Mon Sep 17 00:00:00 2001 From: jo Date: Sun, 21 Aug 2022 14:49:25 +0200 Subject: [PATCH] chore: revert pin setuptools to <64.0.0 for development This reverts commit b1ebc3a44f283ef89f64b4bf3b923de6d0994919. --- tools/python.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python.mk b/tools/python.mk index c9d858f22..0e827d7d7 100644 --- a/tools/python.mk +++ b/tools/python.mk @@ -29,7 +29,7 @@ $(VENV): install: $(VENV) source $(VENV)/bin/activate - pip install --upgrade pip 'setuptools<64.0' wheel + pip install --upgrade pip setuptools wheel pip install $(SHARED_DEV_REQUIREMENTS) [[ -z "$(PIP_INSTALL)" ]] || pip install $(PIP_INSTALL)