We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e64f9 commit 5dd4d08Copy full SHA for 5dd4d08
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
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",
137
"argcomplete",
138
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
139
"cwl-utils >= 0.32",
0 commit comments