From 332d2198f495a0464ff87ddafccda2dd207a22b6 Mon Sep 17 00:00:00 2001 From: faucct Date: Thu, 16 Jul 2020 13:57:26 +0300 Subject: [PATCH] Bump networkx (#4219) To avoid conflict with https://github.com/aws-cloudformation/cfn-python-lint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",