diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6c8a0f0d..9540c6dd 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,6 +17,7 @@ env: PACKAGE_NAMESPACE: pyansys MAIN_PYTHON_VERSION: '3.11' DOCUMENTATION_CNAME: "docs.pyansys.com" + UV_PRERELEASE: "allow" # TEMP - remove once PyGranta's full 2025R2 release is out jobs: check-vulnerabilities: diff --git a/pyproject.toml b/pyproject.toml index 26a7d083..921bfa15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "ansys-workbench-core==0.9.0", "pyaedt==0.17.0", "pyedb==0.50.0", - "pygranta==2025.1.0", + "pygranta==2025.2.0rc0", "pytwin==0.9.2", ]