diff --git a/doc/styles/config/vocabularies/ANSYS/accept.txt b/doc/styles/config/vocabularies/ANSYS/accept.txt index 50c50a18..addec954 100644 --- a/doc/styles/config/vocabularies/ANSYS/accept.txt +++ b/doc/styles/config/vocabularies/ANSYS/accept.txt @@ -4,6 +4,7 @@ ansys API postprocessing PyAnsys +(?i)Python Pythonic PyAEDT DPF diff --git a/pyproject.toml b/pyproject.toml index 03fea4ba..1f97a871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "ansys-dynamicreporting-core==0.9.0", "ansys-edb-core==0.1.9", "ansys-fluent-core==0.29.0", - "ansys-geometry-core==0.8.2", + "ansys-geometry-core==0.9.0", "ansys-hps-client==0.9.1", "ansys-mapdl-core==0.68.6", "ansys-math-core==0.2.2", @@ -54,7 +54,7 @@ dependencies = [ "ansys-systemcoupling-core==0.8.0", "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.8.0", - "pyaedt==0.14.0", + "pyaedt==0.14.1", "pyedb==0.37.0", "pygranta==2025.1.0", "pytwin==0.7.0", @@ -62,15 +62,15 @@ dependencies = [ [project.optional-dependencies] mapdl-all = ["ansys-mapdl-reader==0.54.2"] -fluent-all = ["ansys-fluent-visualization==0.17.0"] +fluent-all = ["ansys-fluent-visualization==0.18.0"] tools = [ "ansys-materials-manager==0.2.3", "ansys-tools-filetransfer==0.1.1", "ansys-tools-local-product-launcher==0.1.1", "ansys-tools-path==0.7.1", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", - "ansys-tools-visualization-interface==0.8.1", - "ansys-units==0.3.4", + "ansys-tools-visualization-interface==0.8.3", + "ansys-units==0.3.5", "pyansys-tools-report==0.8.2", "pyansys-tools-versioning==0.6.0", "pyansys-tools-variableinterop==0.1.1", @@ -79,25 +79,25 @@ all = [ # MAPDL - ALL "ansys-mapdl-reader==0.54.2", # FLUENT - ALL - "ansys-fluent-visualization==0.17.0", + "ansys-fluent-visualization==0.18.0", # TOOLS "ansys-materials-manager==0.2.3", "ansys-tools-filetransfer==0.1.1", "ansys-tools-local-product-launcher==0.1.1", "ansys-tools-path==0.7.1", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", - "ansys-tools-visualization-interface==0.8.1", - "ansys-units==0.3.4", + "ansys-tools-visualization-interface==0.8.3", + "ansys-units==0.3.5", "pyansys-tools-report==0.8.2", "pyansys-tools-versioning==0.6.0", "pyansys-tools-variableinterop==0.1.1", ] doc = [ - "Sphinx==8.1.3", - "ansys-sphinx-theme==1.3.1", + "Sphinx==8.2.1", + "ansys-sphinx-theme==1.3.2", "Jinja2 ==3.1.5", "Pillow==11.1.0", - "PyGithub==2.6.0", + "PyGithub==2.6.1", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", "sphinxcontrib-mermaid==1.0.0",