From 4eaea17bccec14a1eba16e26e7d690bc52cc23c1 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Sat, 18 May 2024 15:53:41 -0400 Subject: [PATCH] Update install.ubuntu.sh setuptools version update --- 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 bbba04548..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>=42' \ + 'setuptools==59.5.0' \ 'setuptools_scm[toml]>=3.4' \ cython==3.0.0 \ numpy \