Skip to content
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests = [
"pytest-cov==7.0.0",
"pytest-pyvista==0.3.1",
"pytest-xvfb==3.1.1",
"pyvista[trame]==0.46.3",
"pyvista[trame]==0.46.4",
]
doc = [
"ansys-sphinx-theme[autoapi]==1.6.3",
Expand All @@ -52,7 +52,7 @@ doc = [
"numpydoc==1.9.0",
"sphinx==8.2.3",
"sphinx_design==0.6.1",
"pyvista==0.46.3",
"pyvista==0.46.4",
"sphinx-autodoc-typehints==3.1.0",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.19.0",
Expand Down
Loading