diff --git a/setup.py b/setup.py index 94ac5ca..5dca07f 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ def default_setup_args(*, version): "sagemaker>=2.126.0,<3.0", "pyarrow>=11.0,<21", "PyYAML~=6.0", - "Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases + "Pillow>=10.2,<13", # unlikely to introduce breaking changes in minor releases "ray[default]>=2.10.0,<2.46", ]