Skip to content

Commit b10739c

Browse files
committed
Merge pull request #114 from christianbrodbeck/setup
SETUP: add nibabel to install_requires
2 parents 6bc0495 + 6a915f0 commit b10739c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def check_dependencies():
3636

3737
needed_deps = ["IPython",
3838
"numpy", "scipy", "matplotlib",
39-
"nibabel",
4039
"mayavi",
4140
]
4241
missing_deps = []
@@ -92,4 +91,5 @@ def check_dependencies():
9291
platforms='any',
9392
packages=['surfer', 'surfer.tests'],
9493
scripts=['bin/pysurfer'],
94+
install_requires=['nibabel >= 1.2'],
9595
)

0 commit comments

Comments
 (0)