From 549c069b066491a2ef24bcc61c6e26a39bea85c6 Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Sat, 25 Jun 2016 18:14:59 -0700 Subject: [PATCH] REL: pip `networkx == 1.10` for compatibility with `pydot`. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7c7db8..afdf647 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ '# This file was generated from setup.py\n' "version = '{version}'\n").format(version=version) install_requires = [ + 'networkx == 1.10', 'ply >= 3.4', 'pydot >= 1.1.0'] - 'networkx >= 1.9.1'] def build_parser_table():