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 @@ -116,7 +116,7 @@ def default_setup_args(*, version):
# 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",
"pyarrow>=11.0,<21",
"pyarrow>=11.0,<22",
"PyYAML~=6.0",
"Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases
"ray[default]>=2.10.0,<2.46",
Expand Down
Loading