Skip to content

Commit

Permalink
Revert "Pin setuptools version to be less than 70.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 69c1169.
  • Loading branch information
hanwen-cluster committed Oct 10, 2024
1 parent 1962438 commit d01824e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awsbatch-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion cloudformation/external-slurmdbd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
setuptools<70.0.0
setuptools
aws-cdk-lib~=2.105
constructs>=10.0.0,<11.0.0

0 comments on commit d01824e

Please sign in to comment.