From 43ce5253922d59e570df044015ff45e8ea22c83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:57:56 +0000 Subject: [PATCH] Update pillow requirement from <11.0.0,>=5.4.1 to >=5.4.1,<12.0.0 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](https://github.com/python-pillow/Pillow/compare/5.4.1...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 897eee567..b0c28edf2 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def readme(): "matplotlib>=3.0.0, <4.0.0", "numpy>=1.16.2, <2.0.0", "pandas>=1.0.0, <3.0.0", - "Pillow>=5.4.1, <11.0.0", + "Pillow>=5.4.1, <12.0.0", "opencv-python>=3.2.0, <5.0.0", "scipy>=1.5.0, <2.0.0", 'scikit-image>=0.19, <0.23',