Skip to content

Commit

Permalink
Merge pull request #812 from vertexproject/feat_pyparsing
Browse files Browse the repository at this point in the history
Relax pyparsing requirement.
  • Loading branch information
decalage2 authored Apr 25, 2024
2 parents e4138e3 + c98893d commit 78b2d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyparsing>=2.1.0,<3
pyparsing>=2.1.0,<4
olefile>=0.46
easygui
colorclass
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def main():
test_suite="tests",
# scripts=scripts,
install_requires=[
"pyparsing>=2.1.0,<3", # changed from 2.2.0 to 2.1.0 for issue #481
"pyparsing>=2.1.0,<4", # changed from 2.2.0 to 2.1.0 for issue #481
"olefile>=0.46",
"easygui",
'colorclass',
Expand Down

0 comments on commit 78b2d45

Please sign in to comment.