Skip to content

Commit 26579a2

Browse files
committed
MAINT: Add six dependency
1 parent e2b5a90 commit 26579a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,5 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
210210
VERSION = __version__
211211
PROVIDES = ["nibabel", 'nisext']
212212
REQUIRES = ["numpy>=%s" % NUMPY_MIN_VERSION,
213+
"six>=%s" % SIX_MIN_VERSION,
213214
'bz2file; python_version < "3.0"']

0 commit comments

Comments
 (0)