Skip to content

Commit d54fb15

Browse files
committed
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualization into main
2 parents 45ba314 + afefa29 commit d54fb15

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/nightly-doc-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ jobs:
6464
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
6565
cname: ${{ env.DOCUMENTATION_CNAME }}
6666
token: ${{ secrets.GITHUB_TOKEN }}
67-
68-
69-
67+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
68+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ packages = [
2525
[tool.poetry.dependencies]
2626
python = ">=3.10,<4.0"
2727
importlib-metadata = {version = "^4.0", python = "<3.9"}
28-
ansys-fluent-core = "~=0.30.dev2"
29-
pyvista = { version = ">=0.44.0", extras = ["jupyter"]}
28+
ansys-fluent-core = "==0.30.dev4"
29+
pyvista = ">=0.44.0"
3030
matplotlib = ">=3.6.0"
31-
vtk = {version = "<9.4.0", python = "<3.13"}
3231
pyvistaqt = "~=0.11.1"
3332
pyside6 = "~=6.8.1"
34-
plotly = ">=5.24.0"
3533
imageio= ">=2.36.1"
3634

3735
[tool.poetry.urls]

0 commit comments

Comments
 (0)