diff --git a/doc/changelog.d/4034.miscellaneous.md b/doc/changelog.d/4034.miscellaneous.md new file mode 100644 index 00000000000..6da42469676 --- /dev/null +++ b/doc/changelog.d/4034.miscellaneous.md @@ -0,0 +1 @@ +Build: restrict vtk version to <9.5.0 for compatibility \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index bf14ec22543..cbabfed411f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "scipy>=1.3.0", # for sparse (consider optional?) "tabulate>=0.8.0", # for cli plotting "tqdm>=4.45.0", - "vtk>=9.0.0", + "vtk>=9.0.0,<9.5.0", ] description = "A Python client library for Ansys MAPDL." license = { file = "LICENSE" }