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