From 91a206520d99eaabb21f6ba2bffc38445a697e9e Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 20 Nov 2022 11:09:00 +0100 Subject: visualizer: Offset layers at same rank Layers at the same rank will now be slightly offset. Increased line width for adjacencies. Added igraph and plotly packages to extra requirements. Signed-off-by: Dimitri Staessens --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6c4fd62..058a26c 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setuptools.setup( 'enum34; python_version<"3.0"' ], extras_require={'NumpyAcceleration': ['numpy'], - 'graphs' : ['pydot']}, + 'graphs': ['pydot'], + 'visualizer': ['igraph', 'plotly']}, scripts=['tools/rumba-access'] ) -- cgit v1.2.3