Skip to content

Commit a8f74e1

Browse files
Update packaging requirement from <24.0,>=23.0 to >=23.0,<25.0 (#146)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27ea730 commit a8f74e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def default_setup_args(*, version):
112112
"autogluon.common>=0.7",
113113
# <2 because unlikely to introduce breaking changes in minor releases. >=1.10 because 1.10 is 3 years old, no need to support older
114114
"boto3>=1.10,<2.0",
115-
"packaging>=23.0,<24.0",
115+
"packaging>=23.0,<25.0",
116116
# updated sagemaker is required to fetch latest container info, so we don't want to cap the version too strict
117117
# otherwise cloud module needs to be released to support new container
118118
"sagemaker>=2.126.0,<3.0",

0 commit comments

Comments
 (0)