File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 64
64
doc-artifact-name : ' HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
65
65
cname : ${{ env.DOCUMENTATION_CNAME }}
66
66
token : ${{ secrets.GITHUB_TOKEN }}
67
-
68
-
69
-
67
+ bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
68
+ bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ packages = [
25
25
[tool .poetry .dependencies ]
26
26
python = " >=3.10,<4.0"
27
27
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"
30
30
matplotlib = " >=3.6.0"
31
- vtk = {version = " <9.4.0" , python = " <3.13" }
32
31
pyvistaqt = " ~=0.11.1"
33
32
pyside6 = " ~=6.8.1"
34
- plotly = " >=5.24.0"
35
33
imageio = " >=2.36.1"
36
34
37
35
[tool .poetry .urls ]
You can’t perform that action at this time.
0 commit comments