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 81fe543 commit c0440e0Copy full SHA for c0440e0
nibabel/info.py
@@ -209,4 +209,5 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
209
ISRELEASE = _version_extra == ''
210
VERSION = __version__
211
PROVIDES = ["nibabel", 'nisext']
212
-REQUIRES = ["numpy (>=%s)" % NUMPY_MIN_VERSION]
+REQUIRES = ["numpy (>=%s)" % NUMPY_MIN_VERSION,
213
+ 'bz2file; python_version < "3.0"']
0 commit comments