You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes on CIFTI version parsing:
1) The spec only permits "2", but we have found "2.0".
2) Use packaging.version.parse to allow for non-PEP440 style strings.
These will always resolve as < a PEP440 version, so the check will
permit strings like "2.1" and "3.0" but not "tag2.0" or "1".
0 commit comments