diff --git a/pyproject.toml b/pyproject.toml index 1cde7fed..b86dbbb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "ansys-dyna-core==0.6.1", "ansys-dynamicreporting-core==0.9.0", "ansys-edb-core==0.1.9", - "ansys-fluent-core==0.27.0", + "ansys-fluent-core==0.28.0", "ansys-geometry-core==0.7.6", "ansys-hps-client==0.9.1", "ansys-mapdl-core==0.68.6", @@ -62,7 +62,7 @@ dependencies = [ [project.optional-dependencies] mapdl-all = ["ansys-mapdl-reader==0.54.2"] -fluent-all = ["ansys-fluent-visualization==0.15.0"] +fluent-all = ["ansys-fluent-visualization==0.16.0"] tools = [ "ansys-materials-manager==0.2.3", "ansys-tools-filetransfer==0.1.1", @@ -79,7 +79,7 @@ all = [ # MAPDL - ALL "ansys-mapdl-reader==0.54.2", # FLUENT - ALL - "ansys-fluent-visualization==0.15.0", + "ansys-fluent-visualization==0.16.0", # TOOLS "ansys-materials-manager==0.2.3", "ansys-tools-filetransfer==0.1.1",