Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e20c65b

Browse filesBrowse files
committed
Disallow pyparsing 2.1.6 which breaks test_mathtext_exceptions
1 parent 29fd193 commit e20c65b
Copy full SHA for e20c65b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.