Skip to content

Commit 3299069

Browse files
committed
skip pydot 3.x+ for now
1 parent 6bb7b89 commit 3299069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mypy-extensions
88
psutil>=5.6.6
99
importlib_resources>=1.4;python_version<'3.9'
1010
coloredlogs
11-
pydot>=1.4.1
11+
pydot>=1.4.1,<3
1212
argcomplete>=1.12.0
1313
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
1414
cwl-utils>=0.32

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"psutil >= 5.6.6",
134134
"importlib_resources>=1.4;python_version<'3.9'",
135135
"coloredlogs",
136-
"pydot >= 1.4.1",
136+
"pydot >= 1.4.1, <3",
137137
"argcomplete",
138138
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
139139
"cwl-utils >= 0.32",

0 commit comments

Comments
 (0)