Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions doc/changelog.d/4254.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump ansys-tools-visualization-interface from 0.11.0 to 0.12.1 in the core group
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ version = "0.70.dev0"
jupyter = ["ipywidgets", "jupyterlab>=3"]

graphics = [
"ansys-tools-visualization-interface>=0.9.0,<0.12.0",
"ansys-tools-visualization-interface>=0.9.0,<0.13.0",
"matplotlib>=3.0.0", # for colormaps for pyvista
]

Expand All @@ -64,7 +64,7 @@ all = [

tests = [
"ansys-dpf-core[graphics]==0.13.6",
"ansys-tools-visualization-interface==0.11.0",
"ansys-tools-visualization-interface==0.12.1",
"autopep8==2.3.2",
"matplotlib==3.10.6",
"pandas==2.3.3",
Expand All @@ -87,7 +87,7 @@ doc = [
"ansys-dpf-core[graphics]==0.13.6",
"ansys-mapdl-reader==0.55.1",
"ansys-sphinx-theme==1.6.1",
"ansys-tools-visualization-interface==0.11.0",
"ansys-tools-visualization-interface==0.12.1",
"grpcio==1.75.0",
"imageio-ffmpeg==0.6.0",
"imageio==2.37.0",
Expand Down
Loading