From 6f42de048466f437498ca52d8e4ad96d7bdcc679 Mon Sep 17 00:00:00 2001 From: Jeff Stout Date: Fri, 12 Nov 2021 11:03:41 -0500 Subject: [PATCH] FIX - nibabel requirement added --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5715a46..693de94 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "Operating System :: Linux/Unix", ], python_requires='>=3.6', - install_requires=['mne', 'numpy', 'pytest', 'joblib'], + install_requires=['mne', 'numpy', 'pytest', 'joblib', 'nibabel'], scripts=['nih2mne/bstags.py', 'nih2mne/calc_mnetrans.py'], )