From a0ed6e0c079146d548b8696a75a3062709b8ebda Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov Date: Wed, 2 Sep 2026 18:22:06 +0100 Subject: [PATCH] Pins VTK<9.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 415b451..ab9e389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "requests", "tables", "vedo>=2025.5.3", - "vtk" + "vtk<9.7.0" ] license = { text = "BSD-3-Clause" }