pip package is pillow, not PIL
This commit is contained in:
parent
bd78bf9d1d
commit
34a08bd8b8
|
@ -21,7 +21,7 @@ setuptools.setup(
|
|||
"h5py",
|
||||
"vtk",
|
||||
"matplotlib",
|
||||
"PIL",
|
||||
"pillow",
|
||||
],
|
||||
classifiers = [
|
||||
"Intended Audience :: Science/Research",
|
||||
|
|
Loading…
Reference in New Issue