Skip to content
Snippets Groups Projects
Commit 461b8075 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'graphviz' into 'master'

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

See merge request !153
parents 7354a3f5 5f2d1fbd
Branches
Tags
1 merge request!153Add graphviz to interactive (it's require in first tutorial)
Pipeline #24059 passed with warnings with stages
in 13 minutes and 26 seconds
......@@ -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'],
......
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