Skip to content

Commit 09e8158

Browse files
authored
Merge pull request #27 from minrk/pyvista
add pyvista to environment
2 parents c4a610e + fde070d commit 09e8158

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ logo: logo.png
1010
execute:
1111
execute_notebooks: force
1212
timeout: 1800
13+
exclude_patterns:
14+
# temporarily skip dolfinx rebuild so we can figure it out
15+
- notebooks/dolfinx_MPI_tutorial*
1316

1417
# Information about where the book exists on the web
1518
repository:
@@ -49,4 +52,5 @@ sphinx:
4952
html_last_updated_fmt: "%b %d, %Y"
5053
suppress_warnings: ["mystnb.unknown_mime_type"]
5154

52-
exclude_patterns: [README.md, notebooks/template.ipynb]
55+
exclude_patterns: [README.md, notebooks/template.ipynb]
56+
only_build_toc_files: true

environment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ channels:
33
- conda-forge
44
dependencies:
55
- altair
6+
- cycler
67
- mpich
7-
- ipyparallel
8+
- ipyparallel>=8.6
89
- ipywidgets
910
- jupyter-book
11+
- matplotlib-base
1012
- mpi4py
1113
- numpy
1214
- pandas
15+
- pyvista
1316
- autopep8
1417
- fenics-dolfinx
15-
- pip:
16-
- ipyparallel>=8.6

0 commit comments

Comments
 (0)