We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f6cf7 commit 468001cCopy full SHA for 468001c
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
@@ -130,7 +130,7 @@
130
"mypy-extensions",
131
"psutil >= 5.6.6",
132
"coloredlogs",
133
- "pydot >= 1.4.1, <3",
+ "pydot >= 1.4.1, < 4",
134
"argcomplete >= 1.12.0",
135
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
136
"cwl-utils >= 0.32",
0 commit comments