diff --git a/.ci/requirements_test_xvfb.txt b/.ci/requirements_test_xvfb.txt index f8796db086..b71aad765f 100644 --- a/.ci/requirements_test_xvfb.txt +++ b/.ci/requirements_test_xvfb.txt @@ -1 +1 @@ -pyvista>=0.27.2 +pyvista>=0.38.1 diff --git a/pyproject.toml b/pyproject.toml index b196b3f25b..1be0ac963c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pyansys-tools-versioning>=0.3.3", "ansys-tools-path>=0.3.1", "pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl' - "pyvista>=0.33.0", + "pyvista>=0.38.1", "scipy>=1.3.0", # for sparse (consider optional?) "tqdm>=4.45.0", "vtk>=9.0.0",