scientificcomputing / scifem

Scientific finite element toolbox
https://scientificcomputing.github.io/scifem/
MIT License
15 stars 2 forks source link

Fix trame dependency in optional pyvista dependency #64

Closed finsberg closed 1 week ago

finsberg commented 1 week ago

From our docs, it looks like trame is not installed Screenshot 2024-11-15 at 09 43 25

By looking at pyvista's optional dependencies it doesn't look like they have an optional dependency called trame. Changing this to just install everything, i,e all

jorgensd commented 1 week ago

Seems like it has been removed since 0.40: https://github.com/pyvista/pyvista/blob/v0.40.0/pyproject.toml

could we use [jupyter] instead of [all]?