Skip to content

Commit

Permalink
[setup] pull in dune-xt with visualisation extras
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Jan 5, 2022
1 parent d1f0f4c commit 8433553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def setup_requires():
'jupyter_contrib_nbextensions': 'modular collection of jupyter extensions',
'pillow': 'image library used for bitmap data functions',
'dune-gdt>=2021.1.3': 'generic discretization toolbox',
'dune-xt>=2021.1.3': 'DUNE extensions for dune-gdt',
'dune-xt[visualisation]>=2021.1.3': 'DUNE extensions for dune-gdt',
}
io_requires = ['pyevtk', 'xmljson', 'meshio>=4.4', 'lxml', 'gmsh']
install_suggests.update({p: 'optional File I/O support libraries' for p in io_requires})
Expand Down
2 changes: 1 addition & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bash_kernel
click
diskcache
dune-gdt>=2021.1.3
dune-xt>=2021.1.3
dune-xt[visualisation]>=2021.1.3
gmsh
ipyparallel>=6.2.5
ipython>=5.0
Expand Down

0 comments on commit 8433553

Please sign in to comment.