Skip to content

Commit 387356e

Browse files
chore: update vtk version to 9.5.2 in requirements and pyproject.toml (#4340)
* chore: update vtk version to 9.5.2 in requirements and pyproject.toml * chore: adding changelog file 4340.maintenance.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 3f6f7f4 commit 387356e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.devcontainer/codespaces-dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pytest-rerunfailures==15.0
1515
pytest-timeout==2.3.1
1616
pytest==8.3.5
1717
scipy==1.15.2
18-
vtk==9.4.2
18+
vtk==9.5.2

.devcontainer/codespaces-docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ sphinx-notfound-page==1.1.0
2727
sphinx==8.2.3
2828
sphinxcontrib-websupport==2.0.0
2929
sphinxemoji==0.3.1
30-
vtk==9.4.2
30+
vtk==9.5.2

.devcontainer/devcontainer-local/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ sphinx-notfound-page==1.1.0
4040
sphinx==8.2.3
4141
sphinxcontrib-websupport==2.0.0
4242
sphinxemoji==0.3.1
43-
vtk==9.3.1
43+
vtk==9.5.2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update vtk version to 9.5.2 in requirements and pyproject.toml

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"scipy>=1.3.0", # for sparse (consider optional?)
3838
"tabulate>=0.8.0", # for cli plotting
3939
"tqdm>=4.45.0",
40-
"vtk>=9.0.0,<9.5.0",
40+
"vtk>=9.0.0,<9.5.3",
4141
]
4242
description = "A Python client library for Ansys MAPDL."
4343
license = { file = "LICENSE" }
@@ -80,7 +80,7 @@ tests = [
8080
"pytest-timeout==2.4.0",
8181
"pytest==9.0.1",
8282
"scipy==1.15.3",
83-
"vtk==9.4.2",
83+
"vtk==9.5.2",
8484
]
8585

8686
doc = [
@@ -114,7 +114,7 @@ doc = [
114114
"sphinx==8.2.3",
115115
"sphinxcontrib-websupport==2.0.0",
116116
"sphinxemoji==0.3.1",
117-
"vtk==9.4.2",
117+
"vtk==9.5.2",
118118
]
119119

120120
[tool.flit.module]

0 commit comments

Comments
 (0)