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.
1 parent fd7007b commit 5f61067Copy full SHA for 5f61067
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