diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7cb78a60..3914eae9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -51,13 +51,14 @@ jobs: with: python-version: ${{ env.MAIN_PYTHON_VERSION }} target: "all" + whitelist-license-check: "attrs" # This has MIT license but fails the check docs-style: name: Documentation Style Check runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v7 + uses: ansys/actions/doc-style@v8 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -127,12 +128,13 @@ jobs: steps: - name: Build wheelhouse and perform smoke test - uses: ansys/actions/build-wheelhouse@v7 + uses: ansys/actions/build-wheelhouse@v8 with: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ runner.os }} python-version: ${{ matrix.python-version }} target: "all" + whitelist-license-check: "attrs" # This has MIT license but fails the check - name: List dependencies (pip freeze) run: | diff --git a/doc/source/api.rst b/doc/source/api.rst index 8b97fa1f..79812736 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -38,7 +38,7 @@ PyAnsys packages API reference .. grid-item-card:: PyAEDT :img-top: _static/thumbnails/pyaedt.png - :link: https://aedt.docs.pyansys.com/version/0.9/API/index.html + :link: https://aedt.docs.pyansys.com/version/0.12/API/index.html :class-title: pyansys-card-title .. grid-item-card:: PyAnsys Geometry @@ -88,7 +88,7 @@ PyAnsys packages API reference .. grid-item-card:: PyEDB :img-top: _static/thumbnails/pyedb.png - :link: https://edb.docs.pyansys.com/version/0.23/api/index.html + :link: https://edb.docs.pyansys.com/version/0.34/api/index.html :class-title: pyansys-card-title .. grid-item-card:: PyEDB - Core diff --git a/doc/source/examples.rst b/doc/source/examples.rst index 569bf0ef..2cd471c0 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -27,7 +27,7 @@ PyAnsys packages examples .. grid-item-card:: PyAEDT :img-top: _static/thumbnails/pyaedt.png - :link: https://aedt.docs.pyansys.com/version/0.9/examples/index.html + :link: https://examples.aedt.docs.pyansys.com/ :class-title: pyansys-card-title .. grid-item-card:: PyAnsys Geometry @@ -77,7 +77,7 @@ PyAnsys packages examples .. grid-item-card:: PyEDB :img-top: _static/thumbnails/pyedb.png - :link: https://edb.docs.pyansys.com/version/0.23/examples/index.html + :link: https://edb.docs.pyansys.com/version/0.34/examples/index.html :class-title: pyansys-card-title .. grid-item-card:: PyEDB - Core diff --git a/doc/source/index.rst b/doc/source/index.rst index 03514600..e4b2bf6d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -42,7 +42,7 @@ it is now a collection of many Python packages for using Ansys products through .. grid-item-card:: PyAEDT :img-top: _static/thumbnails/pyaedt.png - :link: https://aedt.docs.pyansys.com/version/0.9 + :link: https://aedt.docs.pyansys.com/version/0.12 :class-title: pyansys-card-title Pythonic interface to Ansys Electronics Desktop (AEDT) @@ -112,14 +112,14 @@ it is now a collection of many Python packages for using Ansys products through .. grid-item-card:: PyEDB :img-top: _static/thumbnails/pyedb.png - :link: https://edb.docs.pyansys.com/version/0.23 + :link: https://edb.docs.pyansys.com/version/0.34 :class-title: pyansys-card-title Pythonic interface to the Ansys Electronics Database (EDB) client library .. grid-item-card:: PyEDB - Core :img-top: _static/thumbnails/pyedb.png - :link: https://edb.docs.pyansys.com/version/0.23 + :link: https://edb.docs.pyansys.com/version/0.34 :class-title: pyansys-card-title Pythonic interface to Ansys Electronics Database (EDB) diff --git a/doc/source/user_guide.rst b/doc/source/user_guide.rst index e2034458..b724847b 100644 --- a/doc/source/user_guide.rst +++ b/doc/source/user_guide.rst @@ -30,7 +30,7 @@ PyAnsys packages user guides .. grid-item-card:: PyAEDT :img-top: _static/thumbnails/pyaedt.png - :link: https://aedt.docs.pyansys.com/version/0.9/User_guide/index.html + :link: https://aedt.docs.pyansys.com/version/0.12/User_guide/index.html :class-title: pyansys-card-title .. grid-item-card:: PyAnsys Geometry @@ -80,7 +80,7 @@ PyAnsys packages user guides .. grid-item-card:: PyEDB :img-top: _static/thumbnails/pyedb.png - :link: https://edb.docs.pyansys.com/version/0.23/user_guide/index.html + :link: https://edb.docs.pyansys.com/version/0.34/user_guide/index.html :class-title: pyansys-card-title .. grid-item-card:: PyEDB - Core diff --git a/pyproject.toml b/pyproject.toml index bfa94e98..052cb942 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "ansys-dpf-post==0.8.0", "ansys-dyna-core==0.4.15", "ansys-dynamicreporting-core==0.6.0", - "ansys-edb-core==0.1.6", + "ansys-edb-core==0.1.9", "ansys-fluent-core==0.22.0", "ansys-geometry-core==0.6.6", "ansys-hps-client==0.8.0", @@ -55,8 +55,8 @@ dependencies = [ "ansys-systemcoupling-core==0.6.0", "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.6.0", - "pyaedt==0.9.11", - "pyedb==0.23.0", + "pyaedt==0.12.0", + "pyedb==0.34.3", "pygranta==2024.2.0", "pytwin==0.7.0", ]