Skip to content

Commit 82441d5

Browse files
Update pillow requirement from <12,>=10.2 to >=10.2,<13
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.2.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f515ec2 commit 82441d5

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
@@ -118,7 +118,7 @@ def default_setup_args(*, version):
118118
"sagemaker>=2.126.0,<3.0",
119119
"pyarrow>=11.0,<21",
120120
"PyYAML~=6.0",
121-
"Pillow>=10.2,<12", # unlikely to introduce breaking changes in minor releases
121+
"Pillow>=10.2,<13", # unlikely to introduce breaking changes in minor releases
122122
"ray[default]>=2.10.0,<2.46",
123123
]
124124

0 commit comments

Comments
 (0)