8000 MNT: also bump run-time checking of pyparsing and dateutil · matplotlib/matplotlib@7558cab · GitHub
[go: up one dir, main page]

Skip to content

Commit 7558cab

Browse files
committed
MNT: also bump run-time checking of pyparsing and dateutil
1 parent 6b2a3f4 commit 7558cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ def _check_versions():
143143

144144
for modname, minver in [
145145
("cycler", "0.10"),
146-
("dateutil", "2.1"),
146+
("dateutil", "2.7"),
147147
("kiwisolver", "1.0.1"),
148148
("numpy", "1.16"),
149-
("pyparsing", "2.0.1"),
149+
("pyparsing", "2.2.1"),
150150
]:
151151
module = importlib.import_module(modname)
152152
if LooseVersion(module.__version__) < minver:

0 commit comments

Comments
 (0)
0