diff --git a/doc/changelog.d/4188.dependencies.md b/doc/changelog.d/4188.dependencies.md new file mode 100644 index 00000000000..fc5a0d270ce --- /dev/null +++ b/doc/changelog.d/4188.dependencies.md @@ -0,0 +1 @@ +Update pyvista requirement from <=0.45.3 to <=0.46.1 diff --git a/pyproject.toml b/pyproject.toml index 8a6e1d40092..ed910b4e179 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.1", "scipy>=1.3.0", # for sparse (consider optional?) "tabulate>=0.8.0", # for cli plotting "tqdm>=4.45.0",