diff --git a/pyproject.toml b/pyproject.toml index 6797c612..525c0aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "ansys-meshing-prime==0.5.0.dev10", "ansys-motorcad-core==0.3.0", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.7.0", + "ansys-pyensight-core==0.7.1", "ansys-openapi-common==1.2.2", "ansys-optislang-core==0.4.3", "ansys-seascape==0.2.0", @@ -56,7 +56,7 @@ mapdl-all = [ "ansys-mapdl-reader==0.52.20", ] fluent-all = [ - "ansys-fluent-visualization==0.7.1", + "ansys-fluent-visualization==0.8.0", "ansys-fluent-parametric==0.9.0", ] tools = [ @@ -69,7 +69,7 @@ all = [ # MAPDL - ALL "ansys-mapdl-reader==0.52.20", # FLUENT - ALL - "ansys-fluent-visualization==0.7.1", + "ansys-fluent-visualization==0.8.0", "ansys-fluent-parametric==0.9.0", # TOOLS "ansys-units==0.1.0", @@ -80,7 +80,7 @@ all = [ ] doc = [ "Sphinx==7.2.6", - "ansys-sphinx-theme==0.12.4", + "ansys-sphinx-theme==0.12.5", "sphinx-copybutton==0.5.2", "sphinx-design==0.5.0", ]