Skip to content
Snippets Groups Projects
Commit 5f2d1fbd authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add graphviz to interactive (it's require in first tutorial)

parent e87b4daf
1 merge request!153Add graphviz to interactive (it's require in first tutorial)
...@@ -112,7 +112,7 @@ setup(name='pystencils', ...@@ -112,7 +112,7 @@ setup(name='pystencils',
'opencl': ['pyopencl'], 'opencl': ['pyopencl'],
'alltrafos': ['islpy', 'py-cpuinfo'], 'alltrafos': ['islpy', 'py-cpuinfo'],
'bench_db': ['blitzdb', 'pymongo', 'pandas'], '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'], 'autodiff': ['pystencils-autodiff'],
'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx', 'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx',
'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'], 'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment