We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d522b18 commit 0ef5087Copy full SHA for 0ef5087
.github/workflows/ci-build.yml
@@ -17,6 +17,7 @@ env:
17
PACKAGE_NAMESPACE: pyansys
18
MAIN_PYTHON_VERSION: '3.11'
19
DOCUMENTATION_CNAME: "docs.pyansys.com"
20
+ UV_PRERELEASE: "allow" # TEMP - remove once PyGranta's full 2025R2 release is out
21
22
jobs:
23
check-vulnerabilities:
pyproject.toml
@@ -58,7 +58,7 @@ dependencies = [
58
"ansys-workbench-core==0.9.0",
59
"pyaedt==0.17.0",
60
"pyedb==0.50.0",
61
- "pygranta==2025.1.0",
+ "pygranta==2025.2.0rc0",
62
"pytwin==0.9.2",
63
]
64
0 commit comments