From 9821bcf64c32ab8078f080aa1ac3dafb56aeac56 Mon Sep 17 00:00:00 2001 From: Victor Ung Date: Tue, 27 Aug 2024 15:11:47 -0700 Subject: [PATCH] pin setuptools version to 73.0.1 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ace2f88d..c72e9428 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ mypy: # Install and unit test libpecos: python3 -m pip install --upgrade pip + python3 -m pip install setuptools==73.0.1 ${WARN_AS_ERROR_CMD} python3 -m pip install ${VFLAG} --editable . .PHONY: test