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 6c3412b

Browse filesBrowse files
authored
Merge pull request #22751 from tacaswell/bld_pin_pyparsing
BLD: do not put an upper bound on pyparsing
2 parents 20e38f4 + 6208e23 commit 6c3412b
Copy full SHA for 6c3412b

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

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def make_release_tree(self, base_dir, files):
312312
"numpy>=1.19",
313313
"packaging>=20.0",
314314
"pillow>=6.2.0",
315-
"pyparsing>=2.2.1,<3.0.0",
315+
"pyparsing>=2.2.1",
316316
"python-dateutil>=2.7",
317317
] + (
318318
# Installing from a git checkout that is not producing a wheel.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.