Commit 603280bf by lhutton1 Committed by Tianqi Chen

PIL is depreciated and should be replaced with pillow (a fork of PIL) (#4533)

Change-Id: If2075df5475505f2da87dae7145af5a7ab83d8a4
parent 10392854
...@@ -159,7 +159,7 @@ setup(name='tvm', ...@@ -159,7 +159,7 @@ setup(name='tvm',
'attrs', 'attrs',
'psutil', 'psutil',
], ],
extras_require={'test': ['PIL', extras_require={'test': ['pillow',
'matplotlib'], 'matplotlib'],
'extra_feature': ['tornado', 'extra_feature': ['tornado',
'psutil', 'psutil',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment