From 772072c4984aa6ed6316c4fdc682eaeb0a9f50a6 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:03:36 +0100 Subject: [PATCH] build: update vtk --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c14c4f6868..e8226407bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "pytest-rerunfailures==15.0", "pytest==8.3.4", "scipy==1.14.1", - "vtk==9.3.1", + "vtk==9.4.0", ] doc = [ "ansys-dpf-core==0.10.1", @@ -101,7 +101,7 @@ doc = [ "sphinx==8.1.3", "sphinxcontrib-websupport==2.0.0", "sphinxemoji==0.3.1", - "vtk==9.3.1", + "vtk==9.4.0", ] [tool.flit.module]