From f2c4d6592e01ea435fd613ba9313919c63eaf088 Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Sun, 19 May 2024 20:09:54 -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 32855f59a..01fb237a8 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.5.0' \ + 'setuptools==59.8.0' \ 'setuptools_scm[toml]>=3.4' \ cython==3.0.0 \ numpy \