Skip to content

Commit 117bb5b

Browse files
build(deps): bump pyvista[jupyter] from 0.45.2 to 0.46.3 in /requirements (#322)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b18d2a commit 117bb5b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ This section illustrates the use of PyDPF-Core to post-process the results.
501501
u_stent_mesh = mesh_sco_file
502502
u_stent_mesh.point_data['U_STENT'] = data
503503
u_stent_mesh = mesh_sco_file.point_data_to_cell_data()
504-
u_stent_mesh.title = 'Displacements of the stent'
505504
u_stent_mesh.plot(
506505
scalars='U_STENT',
507506
show_scalar_bar=True,

requirements/requirements_doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nest-asyncio==1.6.0
55
pandas==2.2.3
66
plotly==6.1.1
77
pythreejs==2.4.2
8-
pyvista[jupyter]==0.45.2
8+
pyvista[jupyter]==0.46.3
99

1010
# Documentation dependencies
1111
Sphinx==8.1.3

0 commit comments

Comments
 (0)