Skip to content

RF: Unpin nibabel. Use separate VERSION file

Paul McCarthy requested to merge fsl/pyfix:paulmc-master-patch-25411 into master
  • Unpin nibabel - nibabel 2 is very old
  • Use separate VERSION file instead of hard-coding the version in pyfix/__init__.py, as running import pyfix in setup.py is problematic (it assumes runtime dependencies are present at build-time)
  • Replace use of nibabel.Nifti1Image.get_data with nibabel.Nifti1Image.get_fdata, as the former doesn't work as of nibabel 5
Edited by Paul McCarthy

Merge request reports