diff --git a/setup.py b/setup.py index f0646c7a2c..82ffe5f4e6 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def run(self): "flufl.lock>=3.2,<4", "win-unicode-console>=0.5; sys_platform == 'win32'", "pywin32>=225; sys_platform == 'win32'", - "networkx>=2.1,<2.4", + "networkx>=2.1,<2.5", "pydot>=1.2.4", "speedcopy>=2.0.1; python_version < '3.8' and sys_platform == 'win32'", "flatten_json>=0.1.6",