Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6208e23

Browse files
committed
BLD: do not put an upper bound on pyparsing
We missed relaxing the requirement in#21501
1 parentd8ede1a commit6208e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.py

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp