From 022f858a6fe5a121c59806778c12a0630589cb94 Mon Sep 17 00:00:00 2001 From: Zhaodong Yan <94831503+Anhforth@users.noreply.github.com> Date: Tue, 6 Dec 2022 00:17:23 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7bddb600..e79c49da 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ 'setuptools==59.5.0', 'protobuf==3.20.1', 'ftfy == 6.1.1', - 'Pillow == 9.2.0', + 'Pillow == 9.3.0', 'einops == 0.3.0', 'diffusers == 0.7.2', 'pytorch-lightning == 1.6.5',