We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b5a90 commit 26579a2Copy full SHA for 26579a2
nibabel/info.py
@@ -210,4 +210,5 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
210
VERSION = __version__
211
PROVIDES = ["nibabel", 'nisext']
212
REQUIRES = ["numpy>=%s" % NUMPY_MIN_VERSION,
213
+ "six>=%s" % SIX_MIN_VERSION,
214
'bz2file; python_version < "3.0"']
0 commit comments