From d01824e67e798b6c4c1dec68a1c4f7d100a9b46c Mon Sep 17 00:00:00 2001 From: Hanwen Date: Thu, 10 Oct 2024 10:39:20 -0700 Subject: [PATCH] Revert "Pin setuptools version to be less than 70.0.0" This reverts commit 69c1169edf7998fae9b8b5a87cd7f73bbe363a2a. --- awsbatch-cli/setup.py | 2 +- cli/setup.py | 2 +- cloudformation/external-slurmdbd/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/awsbatch-cli/setup.py b/awsbatch-cli/setup.py index cc26e96b9c..0d7c51033d 100644 --- a/awsbatch-cli/setup.py +++ b/awsbatch-cli/setup.py @@ -22,7 +22,7 @@ def readme(): VERSION = "1.4.0" REQUIRES = [ - "setuptools<70.0.0", + "setuptools", "boto3>=1.16.14", "tabulate>=0.8.8,<=0.8.10", ] diff --git a/cli/setup.py b/cli/setup.py index 21691d4651..8dae4724c0 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -23,7 +23,7 @@ def readme(): VERSION = "3.12.0" CDK_VERSION = "1.164" REQUIRES = [ - "setuptools<70.0.0", + "setuptools", "boto3>=1.16.14", "tabulate>=0.8.8,<=0.8.10", "PyYAML>=5.3.1,!=5.4", diff --git a/cloudformation/external-slurmdbd/requirements.txt b/cloudformation/external-slurmdbd/requirements.txt index 765549ebd5..198ff634fa 100644 --- a/cloudformation/external-slurmdbd/requirements.txt +++ b/cloudformation/external-slurmdbd/requirements.txt @@ -1,3 +1,3 @@ -setuptools<70.0.0 +setuptools aws-cdk-lib~=2.105 constructs>=10.0.0,<11.0.0