Skip to content

Commit 3385977

Browse files
authored
Remove trame from all in pyproject.toml, as it is no longer a variable (pyvista#5072)
Remove `trame` as optional-dependency class, as it is no longer there, and only part of `jupyter` deps.
1 parent e574da0 commit 3385977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
dynamic = ['version']
3737

3838
[project.optional-dependencies]
39-
all = ['pyvista[colormaps,io,jupyter,trame]']
39+
all = ['pyvista[colormaps,io,jupyter]']
4040
colormaps = [
4141
'cmocean',
4242
'colorcet',

0 commit comments

Comments
 (0)