Skip to content

Commit

Permalink
FIX - nibabel requirement added
Browse files Browse the repository at this point in the history
  • Loading branch information
jstout211 committed Nov 12, 2021
1 parent eb597cb commit 6f42de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
)

0 comments on commit 6f42de0

Please sign in to comment.