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