Skip to content

Commit 0249f5a

Browse files
committed
skip pyparsing 3.0.2 to fix pydot
1 parent 441924f commit 0249f5a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ typing-extensions
1111
coloredlogs
1212
pydot>=1.4.1
1313
argcomplete>=1.12.0
14+
pyparsing != 3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"typing-extensions",
122122
"coloredlogs",
123123
"pydot >= 1.4.1",
124+
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
124125
"argcomplete",
125126
],
126127
extras_require={

0 commit comments

Comments
 (0)