Skip to content

Commit 5dd4d08

Browse files
committed
Revert "skip pydot 3.x+ for now"
This reverts commit 3299069.
1 parent 80e64f9 commit 5dd4d08

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,<3
11+
pydot>=1.4.1
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, <3",
136+
"pydot >= 1.4.1",
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)