From 47e79033cdb38c4cc80d59e604335cb12445843a Mon Sep 17 00:00:00 2001 From: Makarand Tapaswi Date: Wed, 3 Nov 2021 12:35:20 +0530 Subject: [PATCH] In setup, update PIL --> Pillow Build fails without this change. Fix suggested in #430 but not incorporated as a PR. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 185c7d64f..0853b3895 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "opencv-python", "pandas", "torchvision>=0.4.2", - "PIL", + "Pillow", "sklearn", "tensorboard", "fairscale",