From 457850e5f4b393c1dad477926aba14fe82a35274 Mon Sep 17 00:00:00 2001 From: Nikita Sokovnin Date: Mon, 11 Dec 2023 21:35:24 +0000 Subject: [PATCH 1/2] fix: change min required Pillow version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3084b13..9c27ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "diffusers>=0.24.0", "compel>=2.0.0", "tqdm>=4.0.0", - "Pillow>=10.0.0", + "Pillow>=9.0.0", "numpy>=1.22.0", "matplotlib>=3.6.0", "opencv-python>=4.7.0", From 04e1259ef82e619779927582b1393d86ae1a5978 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 11 Dec 2023 21:42:37 +0000 Subject: [PATCH 2/2] [Automated] Updated requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16a0e9c..0e871e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ transformers>=4.0.0 diffusers>=0.24.0 compel>=2.0.0 tqdm>=4.0.0 -Pillow>=10.0.0 +Pillow>=9.0.0 numpy>=1.22.0 matplotlib>=3.6.0 opencv-python>=4.7.0