diff --git a/.github/workflows/fluent-mechanical.yml b/.github/workflows/fluent-mechanical.yml index 4762948a..9e386746 100644 --- a/.github/workflows/fluent-mechanical.yml +++ b/.github/workflows/fluent-mechanical.yml @@ -31,7 +31,7 @@ env: PYMECHANICAL_PORT: 10000 ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER )}} PYANSYS_WORKFLOWS_CI: true - ANSYS_RELEASE_FOR_DOCS: 25.1 + ANSYS_RELEASE_FOR_DOCS: 25.2 PYMECHANICAL_START_INSTANCE: false jobs: @@ -47,7 +47,7 @@ jobs: strategy: fail-fast: false matrix: - ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }} + ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }} steps: - name: Checkout code @@ -144,7 +144,7 @@ jobs: strategy: fail-fast: false matrix: - ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }} + ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }} steps: - name: Checkout code diff --git a/.github/workflows/geometry-mechanical-dpf.yml b/.github/workflows/geometry-mechanical-dpf.yml index 8d936508..d755968f 100644 --- a/.github/workflows/geometry-mechanical-dpf.yml +++ b/.github/workflows/geometry-mechanical-dpf.yml @@ -30,7 +30,7 @@ env: ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }} ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER )}} PYANSYS_WORKFLOWS_CI: true - ANSYS_RELEASE_FOR_DOCS: 25.1 + ANSYS_RELEASE_FOR_DOCS: 25.2 jobs: @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }} + ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }} steps: - name: Checkout code @@ -137,7 +137,7 @@ jobs: strategy: fail-fast: false matrix: - ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }} + ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }} container: image: 'ghcr.io/ansys/mechanical:${{ matrix.ansys-release }}.0' options: --entrypoint /bin/bash diff --git a/.github/workflows/geometry-mesh.yml b/.github/workflows/geometry-mesh.yml index a954c2b6..17e8384b 100644 --- a/.github/workflows/geometry-mesh.yml +++ b/.github/workflows/geometry-mesh.yml @@ -30,7 +30,7 @@ env: ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }} PYPRIMEMESH_LAUNCH_CONTAINER: 1 ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER )}} - ANSYS_RELEASE_FOR_DOCS: 25.1 + ANSYS_RELEASE_FOR_DOCS: 25.2 jobs: is-only-docs-required: @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }} + ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }} steps: - name: Checkout code @@ -136,7 +136,7 @@ jobs: strategy: fail-fast: false matrix: - ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.1]') || fromJSON('[24.1, 24.2, 25.1]') }} + ansys-release: ${{ needs.is-only-docs-required.outputs.only-docs == 'true' && fromJSON('[25.2]') || fromJSON('[24.2, 25.1, 25.2]') }} steps: - name: Checkout code diff --git a/fluent-mechanical/requirements_24.1.txt b/fluent-mechanical/requirements_25.2.txt similarity index 100% rename from fluent-mechanical/requirements_24.1.txt rename to fluent-mechanical/requirements_25.2.txt diff --git a/geometry-mechanical-dpf/requirements_24.1.txt b/geometry-mechanical-dpf/requirements_24.1.txt deleted file mode 100644 index 82e00efe..00000000 --- a/geometry-mechanical-dpf/requirements_24.1.txt +++ /dev/null @@ -1,3 +0,0 @@ -ansys-geometry-core[all]==0.7.6 -ansys-mechanical-core==0.11.34 -ansys-dpf-core[plotting]==0.12.2 diff --git a/geometry-mechanical-dpf/requirements_25.2.txt b/geometry-mechanical-dpf/requirements_25.2.txt new file mode 100644 index 00000000..6c0e7c39 --- /dev/null +++ b/geometry-mechanical-dpf/requirements_25.2.txt @@ -0,0 +1,4 @@ +ansys-geometry-core[all]==0.11.0 +ansys-mechanical-core==0.11.34 +ansys-dpf-core[plotting]==14.1 +ansys-tools-visualization-interface<0.10 diff --git a/geometry-mesh-fluent/requirements_24.1.txt b/geometry-mesh-fluent/requirements_24.1.txt index 69a14b85..b6dd697c 100644 --- a/geometry-mesh-fluent/requirements_24.1.txt +++ b/geometry-mesh-fluent/requirements_24.1.txt @@ -1,2 +1,2 @@ ansys-geometry-core[all]==0.7.6 -ansys-fluent-core==0.35.0 +ansys-fluent-core==0.35.0 \ No newline at end of file diff --git a/geometry-mesh/requirements_24.1.txt b/geometry-mesh/requirements_24.1.txt deleted file mode 100644 index 908d0eb9..00000000 --- a/geometry-mesh/requirements_24.1.txt +++ /dev/null @@ -1,2 +0,0 @@ -ansys-geometry-core[all]==0.7.6 -ansys-meshing-prime==0.5.1 diff --git a/geometry-mesh/requirements_25.2.txt b/geometry-mesh/requirements_25.2.txt new file mode 100644 index 00000000..d9b58f52 --- /dev/null +++ b/geometry-mesh/requirements_25.2.txt @@ -0,0 +1,4 @@ +ansys-geometry-core[all]==0.11.0 +ansys-meshing-prime==0.9.1 +numpy<2.3 +ansys-tools-visualization-interface<0.10