From 9ff3bf50c1f4de2bde1cfbfdebc089f5695e60ed Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Sun, 19 May 2024 20:41:41 -0400 Subject: [PATCH] Update install.ubuntu.sh --- devops/install.ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/install.ubuntu.sh b/devops/install.ubuntu.sh index 01fb237a8..32855f59a 100644 --- a/devops/install.ubuntu.sh +++ b/devops/install.ubuntu.sh @@ -78,7 +78,7 @@ pip install --no-cache-dir --upgrade \ 'cmake!=3.18.2' \ ninja \ scikit-build \ - 'setuptools==59.8.0' \ + 'setuptools==59.5.0' \ 'setuptools_scm[toml]>=3.4' \ cython==3.0.0 \ numpy \