pip package is pillow, not PIL

This commit is contained in:
Martin Diehl 2020-08-22 17:04:21 +02:00
parent bd78bf9d1d
commit 34a08bd8b8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ setuptools.setup(
"h5py",
"vtk",
"matplotlib",
"PIL",
"pillow",
],
classifiers = [
"Intended Audience :: Science/Research",