Skip to content

Commit 03be4f5

Browse files
committed
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualization into main
2 parents 2a1d92f + 4ebc516 commit 03be4f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ packages = [
2626
python = ">=3.10,<4.0"
2727
importlib-metadata = {version = "^4.0", python = "<3.9"}
2828
ansys-fluent-core = "~=0.25.dev1"
29-
vtk = ">=9.3.0.rc0"
30-
pyvista = ">=0.39.0"
31-
pyvistaqt = ">=0.7.0"
32-
matplotlib = ">=3.5.1"
29+
pyvista = "~=0.44.1"
30+
pyvistaqt = "~=0.11.1"
31+
pyside6 = "~=6.7.2"
32+
matplotlib = ">=3.9.0"
3333

3434
[tool.poetry.urls]
3535
"Documentation" = "https://visualization.fluent.docs.pyansys.com/"

requirements/requirements_doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sphinx-copybutton==0.5.2
99
sphinx-autodoc-typehints==2.0.0
1010
sphinx-gallery==0.15.0
1111
sphinx-notfound-page==1.0.0
12-
sphinxcontrib-websupport==1.2.7
12+
sphinxcontrib-websupport==2.0.0
1313
sphinxemoji==0.3.1
1414
sphinx-toggleprompt==0.5.2
1515
pyvista[trame]>=0.43.3

0 commit comments

Comments
 (0)