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 6b2a3f4 commit 7558cabCopy full SHA for 7558cab
1 file changed
lib/matplotlib/__init__.py
@@ -143,10 +143,10 @@ def _check_versions():
143
144
for modname, minver in [
145
("cycler", "0.10"),
146
- ("dateutil", "2.1"),
+ ("dateutil", "2.7"),
147
("kiwisolver", "1.0.1"),
148
("numpy", "1.16"),
149
- ("pyparsing", "2.0.1"),
+ ("pyparsing", "2.2.1"),
150
]:
151
module = importlib.import_module(modname)
152
if LooseVersion(module.__version__) < minver:
0 commit comments