14 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "sha256-RcSbU0k1G0X2wEWpGqArTw02dob/MoRjLvlaxluTB4Y=";
24 propagatedBuildInputs = [ numpy scipy h5py packaging pydicom ];
31 # https://github.com/nipy/nibabel/issues/951
36 homepage = "https://nipy.org/nibabel";
37 description = "Access a multitude of neuroimaging data formats";
38 license = licenses.mit;
39 maintainers = with maintainers; [ ashgillman ];