diff --git a/doc/changelog.d/4212.dependencies.md b/doc/changelog.d/4212.dependencies.md new file mode 100644 index 00000000000..6ff24723e56 --- /dev/null +++ b/doc/changelog.d/4212.dependencies.md @@ -0,0 +1 @@ +Update pyvista requirement from <=0.45.3 to <=0.46.2 diff --git a/pyproject.toml b/pyproject.toml index 3e1925d147e..bb85b6051d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "psutil>=5.9.4", "pyansys-tools-versioning>=0.3.3", "pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl' - "pyvista<=0.45.3", + "pyvista<=0.46.2", "scipy>=1.3.0", # for sparse (consider optional?) "tabulate>=0.8.0", # for cli plotting "tqdm>=4.45.0",