From 92cde6c9c52afeede377295c54f15e7064a8510b Mon Sep 17 00:00:00 2001 From: Rui-0122 Date: Mon, 26 Aug 2024 14:00:30 -0400 Subject: [PATCH] fix vtk version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76e6556..88f1015 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'scipy>=0.17.0', 'scikit-learn>=0.20.0', 'matplotlib>=2.0.0', - 'vtk>=8.1.0', + 'vtk==9.1.0', 'nibabel', 'pillow', 'pandas']