Skip to content

Commit bb456e9

Browse files
committed
Clarify message about broken pyparsing
1 parent 2620922 commit bb456e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setupext.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,9 @@ def check(self):
990990

991991
if not self.is_ok():
992992
return (
993-
"pyparsing 2.0.0 has bugs that prevent its use with "
994-
"matplotlib")
993+
"Your pyparsing contains a bug that will be monkey-patched by "
994+
"matplotlib. For best results, upgrade to pyparsing 2.0.1 or "
995+
"later.")
995996

996997
return "using pyparsing version %s" % pyparsing.__version__
997998

0 commit comments

Comments
 (0)