From 603280bf6f98df3ea977417fc799d42335c2a423 Mon Sep 17 00:00:00 2001 From: lhutton1 <35535092+lhutton1@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:55:32 +0000 Subject: [PATCH] PIL is depreciated and should be replaced with pillow (a fork of PIL) (#4533) Change-Id: If2075df5475505f2da87dae7145af5a7ab83d8a4 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index bc3390a..f8b580c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -159,7 +159,7 @@ setup(name='tvm', 'attrs', 'psutil', ], - extras_require={'test': ['PIL', + extras_require={'test': ['pillow', 'matplotlib'], 'extra_feature': ['tornado', 'psutil', -- 2.7.4