Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b014ea + 3369e3b commit 9bb8e6cCopy full SHA for 9bb8e6c
1 file changed
lib/matplotlib/backend_bases.py
@@ -54,7 +54,7 @@
54
from matplotlib.path import Path
55
56
try:
57
- from PIL import PILLOW_VERSION
+ from PIL import __version__ as PILLOW_VERSION
58
from distutils.version import LooseVersion
59
if LooseVersion(PILLOW_VERSION) >= "3.4":
60
_has_pil = True
0 commit comments