From 102340e2be4f49afcd7c27ae41ec78c036eeab2d Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sun, 4 Sep 2022 21:32:27 +0000 Subject: [PATCH] updated Pillow version requirements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93d10d1..c54c2e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "ffmpeg-python>=0.2.0", "loguru>=0.6.0", "opencv-python==4.5.5.64", - "pillow>=9.0.1", + "pillow>=9.1.0", "pynput>=1.7.6", "rich>=12.0.0", "waifu2x-ncnn-vulkan-python>=1.0.2rc3",