Skip to content
Merged
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 @@ -43,15 +43,15 @@ tests = [
"pytest-cov==7.0.0",
"pytest-pyvista==0.3.2",
"pytest-xvfb==3.1.1",
"pyvista[trame]==0.46.5",
"pyvista[trame]==0.47.0",
]
doc = [
"ansys-sphinx-theme[autoapi]==1.7.0",
"ansys-tools-visualization-interface==0.12.1",
"joblib==1.5.3",
"jupyter-sphinx==0.5.3",
"numpydoc==1.10.0",
"pyvista==0.46.5",
"pyvista==0.47.0",
"sphinx-autodoc-typehints==3.1.0",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.20.0",
Expand Down
Loading