From 8fa0e40669b602fd5e8500b3f6313afffccbf8d3 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Mon, 6 Jun 2022 13:21:25 +0300 Subject: [PATCH] setup: set upper bound on networkx --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3154e01254..49eb12daca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = packaging>=19.0 zc.lockfile>=1.2.1 flufl.lock>=5 - networkx>=2.5 + networkx>=2.5,<2.8.3 psutil>=5.8.0 pydot>=1.2.4 importlib-resources>=5.2.2; python_version < '3.9'