From b4b17f384102a31c2296eb89ef7d8270c106d0bc Mon Sep 17 00:00:00 2001 From: IgorTatarnikov Date: Thu, 28 Nov 2024 16:24:49 +0000 Subject: [PATCH] Pin vtk --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7ba91ef..5240627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ dependencies = [ "requests", "tables", "vedo>=2024.5.2", + "vtk<9.4.0" ] license = { text = "BSD-3-Clause" }