From 0bb0d1722ac6cb9493bfef4ca6af8b6d4f43af1f Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:17:19 +0100 Subject: [PATCH] maint: manual deps bump --- doc/source/api.rst | 2 +- doc/source/examples.rst | 2 +- doc/source/index.rst | 2 +- doc/source/user_guide.rst | 2 +- pyproject.toml | 14 +++++++------- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index 25c9645b..e8a35204 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -89,7 +89,7 @@ PyAnsys packages API reference .. grid-item-card:: PyFluent :img-top: _static/thumbnails/pyfluent.png - :link: https://fluent.docs.pyansys.com/version/0.18/api/index.html + :link: https://fluent.docs.pyansys.com/version/0.19/api/index.html :text-align: center :class-title: pyansys-card-title diff --git a/doc/source/examples.rst b/doc/source/examples.rst index 6d18cc4b..1b8c44c3 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -78,7 +78,7 @@ PyAnsys packages examples .. grid-item-card:: PyFluent :img-top: _static/thumbnails/pyfluent.png - :link: https://fluent.docs.pyansys.com/version/0.18/examples/index.html + :link: https://fluent.docs.pyansys.com/version/0.19/examples/index.html :text-align: center :class-title: pyansys-card-title diff --git a/doc/source/index.rst b/doc/source/index.rst index ae6386d0..79cb5e52 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -108,7 +108,7 @@ it is now a collection of many Python packages for using Ansys products through .. grid-item-card:: PyFluent :img-top: _static/thumbnails/pyfluent.png - :link: https://fluent.docs.pyansys.com/version/0.18 + :link: https://fluent.docs.pyansys.com/version/0.19 :text-align: center :class-title: pyansys-card-title diff --git a/doc/source/user_guide.rst b/doc/source/user_guide.rst index 0dda3017..bc9355bb 100644 --- a/doc/source/user_guide.rst +++ b/doc/source/user_guide.rst @@ -81,7 +81,7 @@ PyAnsys packages user guides .. grid-item-card:: PyFluent :img-top: _static/thumbnails/pyfluent.png - :link: https://fluent.docs.pyansys.com/version/0.18/user_guide/index.html + :link: https://fluent.docs.pyansys.com/version/0.19/user_guide/index.html :text-align: center :class-title: pyansys-card-title diff --git a/pyproject.toml b/pyproject.toml index b32012eb..55e040d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,21 +32,21 @@ dependencies = [ "ansys-dpf-core==0.10.1", "ansys-dpf-post==0.6.0", "ansys-dpf-gate==0.4.1", - "ansys-dyna-core==0.4.12", + "ansys-dyna-core==0.4.13", "ansys-dynamicreporting-core==0.5.1", "ansys-edb-core==0.1.3", - "ansys-fluent-core==0.18.2", + "ansys-fluent-core==0.19.2", "ansys-geometry-core==0.4.11", "ansys-hps-client==0.7.1", "ansys-mapdl-core==0.67.0", "ansys-math-core==0.1.3", - "ansys-mechanical-core==0.10.7", + "ansys-mechanical-core==0.10.8", "ansys-meshing-prime==0.5.1", - "ansys-motorcad-core==0.4.2", + "ansys-motorcad-core==0.4.3", "ansys-openapi-common==1.5.1", - "ansys-optislang-core==0.6.1", + "ansys-optislang-core==0.6.3", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.7.5", + "ansys-pyensight-core==0.7.8", "ansys-rocky-core==0.1.0", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.4.0", @@ -65,7 +65,7 @@ fluent-all = [ "ansys-fluent-parametric==0.9.0", ] tools = [ - "ansys-units==0.2.0", + "ansys-units==0.3.2", "ansys-tools-path==0.4.1", "pyansys-tools-report==0.7.0", "pyansys-tools-versioning==0.5.0",