From d6fddf7816cf344f4112932365e711ff407975b7 Mon Sep 17 00:00:00 2001 From: jluethi Date: Tue, 10 Dec 2024 14:32:22 +0100 Subject: [PATCH] Pin vtk to 9.3.1 (see #124) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 022ba09..531b00e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ install_requires = scikit-learn scipy tqdm - vtk + vtk==9.3.1 python_requires = >=3.8 package_dir = = src