diff --git a/setup.py b/setup.py index 8eeeff7b2e4a324feb7dc31fc9b8605254ae2da0..fcd12176e75028d19385fd6c81ffb9b7a99a2903 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ setup(name='pystencils', 'opencl': ['pyopencl'], 'alltrafos': ['islpy', 'py-cpuinfo'], 'bench_db': ['blitzdb', 'pymongo', 'pandas'], - 'interactive': ['matplotlib', 'ipy_table', 'imageio', 'jupyter', 'pyevtk', 'rich'], + 'interactive': ['matplotlib', 'ipy_table', 'imageio', 'jupyter', 'pyevtk', 'rich', 'graphviz'], 'autodiff': ['pystencils-autodiff'], 'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx', 'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'],