From 1e3fac65c442350833841aff5749820ba20b9d32 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov Date: Mon, 13 Jan 2025 10:35:08 +0000 Subject: [PATCH] Unpinned vtk --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5240627..b7d28d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "requests", "tables", "vedo>=2024.5.2", - "vtk<9.4.0" + "vtk" ] license = { text = "BSD-3-Clause" }