From 0c5e5e63ae388e45064ca62b3b53d44de91f61f9 Mon Sep 17 00:00:00 2001 From: Akshit Arora Date: Wed, 28 Jul 2021 21:36:34 -0700 Subject: [PATCH] requirement name changed form `PIL` to `Pillow` Based on docs here: https://pillow.readthedocs.io/en/stable/installation.html --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index afeab4919..9daae5216 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "opencv-python", "pandas", "torchvision>=0.4.2", - "PIL", + "Pillow", "sklearn", "tensorboard", ],