The source project of this merge request has been removed.
RF: Unpin nibabel. Use separate VERSION file
- Unpin nibabel - nibabel 2 is very old
- Use separate
VERSION
file instead of hard-coding the version inpyfix/__init__.py
, as runningimport pyfix
insetup.py
is problematic (it assumes runtime dependencies are present at build-time) - Replace use of
nibabel.Nifti1Image.get_data
withnibabel.Nifti1Image.get_fdata
, as the former doesn't work as of nibabel 5
Edited by Paul McCarthy