Skip to content

Commit e20c65b

Browse files
committed
Disallow pyparsing 2.1.6 which breaks test_mathtext_exceptions
1 parent 29fd193 commit e20c65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ def check(self):
14771477
return "using pyparsing version %s" % pyparsing.__version__
14781478

14791479
def get_install_requires(self):
1480-
versionstring = 'pyparsing>=1.5.6,!=2.0.4,!=2.1.2'
1480+
versionstring = 'pyparsing>=1.5.6,!=2.0.4,!=2.1.2,!=2.1.6'
14811481
if self.is_ok():
14821482
return [versionstring]
14831483
else:

0 commit comments

Comments
 (0)