From 03e64d3e171e5d8922e90c1c5cc6fea7bfc5c18f Mon Sep 17 00:00:00 2001 From: Jo-Byr Date: Thu, 28 May 2026 09:06:41 +0200 Subject: [PATCH] fix(tests): bump vtk and pyvista Bump vtk to 9.6.2 and pyvista to 0.48.4 for tests --- tests/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index b43f121..aea690d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,8 +1,8 @@ coverage pytest-asyncio pytest-playwright -pyvista[all]==0.45.2 +pyvista[all]==0.48.4 trame trame-client[test] trame-vuetify -vtk==9.4.2 +vtk==9.6.2