Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ If you run inside WSL, you may need extra system libraries for runtime and plott

```bash
sudo apt update
sudo apt install -y libglu1-mesa-dev libgomp1 libxft2
sudo apt install -y libglu1-mesa-dev libgomp1 libxft2 openmpi-bin libopenmpi-dev libopenblas0

```

Matplotlib may default to a non-interactive backend (`FigureCanvasAgg`).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"scipy",
"meshio",
"mfem",
"pyvista",
"pyvista[jupyter]",
"enlighten",
"pint",
]
Expand Down
Loading