Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def default_setup_args(*, version):
"autogluon.common>=0.7",
# <2 because unlikely to introduce breaking changes in minor releases. >=1.10 because 1.10 is 3 years old, no need to support older
"boto3>=1.10,<2.0",
"packaging>=23.0,<25.0",
"packaging>=23.0,<26.0",
# updated sagemaker is required to fetch latest container info, so we don't want to cap the version too strict
# otherwise cloud module needs to be released to support new container
"sagemaker>=2.126.0,<3.0",
Expand Down
Loading