From 9b15a7974aa7bf59c9932ea7d3742b594cc4b34b Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Tue, 9 Nov 2021 11:27:11 +0100 Subject: [PATCH 1/2] Update to fix VTK verison. --- requirements_test.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements_test.txt b/requirements_test.txt index 95e68323..d9eb624a 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -3,3 +3,5 @@ pytest matplotlib pytest pytest-cov +vtk<9.1.0 +pyvista>=0.24.0 From d57a4b7edfa0b3ea08dfdab7b1569449277b9273 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Tue, 9 Nov 2021 11:33:03 +0100 Subject: [PATCH 2/2] Fix VTK issue --- requirements_docs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_docs.txt b/requirements_docs.txt index 903d0b03..4c8a788d 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -12,3 +12,4 @@ sphinx-copybutton sphinx-gallery>=0.8.1 pyansys_sphinx_theme pypandoc +vtk<9.1.0