From c368a365cee429e75a8e0c403ae488c2adb557b0 Mon Sep 17 00:00:00 2001 From: Victoria Shevchenko <49495286+victoris93@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:32:22 +0100 Subject: [PATCH 1/3] Fix dependency issue w/ vtk --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49c77c4..86664b4 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>=8.1.0, <9.3.2', 'nibabel', 'pillow', 'pandas'] From 8bac4f0c2822f11d0ef89b994095cea58b9d78bc Mon Sep 17 00:00:00 2001 From: Victoria Shevchenko <49495286+victoris93@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:36:01 +0100 Subject: [PATCH 2/3] Rm space in dependancies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86664b4..eacfee7 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, <9.3.2', + 'vtk>=8.1.0,<9.3.2', 'nibabel', 'pillow', 'pandas'] From 1a61c613712a8d96c576e7b435dd9b1c74c49253 Mon Sep 17 00:00:00 2001 From: Enning Yang Date: Tue, 10 Dec 2024 10:27:07 -0500 Subject: [PATCH 3/3] add requirements.txt fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eb3369..0e79bf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.11.0 scipy>=0.17.0 scikit-learn>=0.22.0 matplotlib>=2.0.0 -vtk>=9.1.0 +vtk>=9.1.0,<9.3.2 nibabel nilearn