Skip to content

Commit c62efd7

Browse files
dependabot[bot]pyansys-ci-botSamuelopez-ansys
authored
BUILD(pip): update vtk requirement from <9.4,>=9.0 to >=9.0,<9.6 (#6439)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Samuel Lopez <[email protected]>
1 parent 189b7d2 commit c62efd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update vtk requirement from <9.4,>=9.0 to >=9.0,<9.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ graphics = [
9191
"ansys-tools-visualization-interface",
9292
"pyvista[io]>=0.38.0,<0.45",
9393
"matplotlib>=3.5.0,<3.11",
94-
"vtk>=9.0,<9.4",
94+
"vtk>=9.0,<9.6",
9595
]
9696
jupyter = [
9797
"jupyterlab>=3.6.0,<4.5",

0 commit comments

Comments
 (0)