From b734a41104ddbc239813523862b476c3fb13b6f9 Mon Sep 17 00:00:00 2001 From: clearml <> Date: Mon, 31 Mar 2025 14:59:31 +0300 Subject: [PATCH] Fix pillow constraint for Python<=3.7 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eae4b796..8c5249c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,8 @@ futures>=3.0.5 ; python_version < '3' jsonschema>=2.6.0 numpy>=1.10 pathlib2>=2.3.0 -Pillow>=10.3.0 +Pillow>=7.0.0 +Pillow>=10.3.0 ; python_version >= '3.8' psutil>=3.4.2 pyparsing>=2.0.3 python-dateutil>=2.6.1