Skip to content

Commit 0ef5087

Browse files
Update pygranta to 2025.2.0rc0 (#972)
* Update pygranta * Update pyproject.toml * Update pyproject.toml * ci: allowing prereleases * Update .github/workflows/ci-build.yml --------- Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent d522b18 commit 0ef5087

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
PACKAGE_NAMESPACE: pyansys
1818
MAIN_PYTHON_VERSION: '3.11'
1919
DOCUMENTATION_CNAME: "docs.pyansys.com"
20+
UV_PRERELEASE: "allow" # TEMP - remove once PyGranta's full 2025R2 release is out
2021

2122
jobs:
2223
check-vulnerabilities:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
"ansys-workbench-core==0.9.0",
5959
"pyaedt==0.17.0",
6060
"pyedb==0.50.0",
61-
"pygranta==2025.1.0",
61+
"pygranta==2025.2.0rc0",
6262
"pytwin==0.9.2",
6363
]
6464

0 commit comments

Comments
 (0)