We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cea18 commit 57fee4bCopy full SHA for 57fee4b
requirements.txt
@@ -8,7 +8,7 @@ mypy-extensions
8
psutil>=5.6.6
9
importlib_resources>=1.4;python_version<'3.9'
10
coloredlogs
11
-pydot>=1.4.1,<3
+pydot>=1.4.1,<4
12
argcomplete>=1.12.0
13
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
14
cwl-utils>=0.32
setup.py
@@ -133,7 +133,7 @@
133
"psutil >= 5.6.6",
134
"importlib_resources>=1.4;python_version<'3.9'",
135
"coloredlogs",
136
- "pydot >= 1.4.1, <3",
+ "pydot >= 1.4.1, < 4",
137
"argcomplete >= 1.12.0",
138
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
139
"cwl-utils >= 0.32",
0 commit comments