diff --git a/requirements.txt b/requirements.txt index 3ac631838..a852cd581 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ mypy-extensions psutil>=5.6.6 importlib_resources>=1.4;python_version<'3.9' coloredlogs -pydot>=1.4.1,<3 +pydot>=1.4.1,<4 argcomplete>=1.12.0 pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319 cwl-utils>=0.32 diff --git a/setup.py b/setup.py index 9bbee10f1..03b03b917 100644 --- a/setup.py +++ b/setup.py @@ -130,7 +130,7 @@ "mypy-extensions", "psutil >= 5.6.6", "coloredlogs", - "pydot >= 1.4.1, <3", + "pydot >= 1.4.1, < 4", "argcomplete >= 1.12.0", "pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319 "cwl-utils >= 0.32",