From 34a08bd8b8939d786d0ce1fda1015e0eff0e2243 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 22 Aug 2020 17:04:21 +0200 Subject: [PATCH] pip package is pillow, not PIL --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 360918b38..c13ddbae0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -21,7 +21,7 @@ setuptools.setup( "h5py", "vtk", "matplotlib", - "PIL", + "pillow", ], classifiers = [ "Intended Audience :: Science/Research",