Loading pkgs/development/python-modules/nitransforms/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -2,9 +2,11 @@ , buildPythonPackage , fetchPypi , pythonOlder , pythonRelaxDepsHook , h5py , nibabel , numpy , scipy , setuptools-scm , toml }: Loading @@ -19,8 +21,11 @@ buildPythonPackage rec { hash = "sha256-iV9TEIGogIfbj+fmOGftoQqEdtZiewbHEw3hYlMEP4c="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; buildInputs = [ setuptools-scm toml ]; propagatedBuildInputs = [ h5py nibabel numpy ]; propagatedBuildInputs = [ h5py nibabel numpy scipy ]; pythonRelaxDeps = [ "scipy" ]; doCheck = false; # relies on data repo (https://github.com/nipreps-data/nitransforms-tests); Loading Loading
pkgs/development/python-modules/nitransforms/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -2,9 +2,11 @@ , buildPythonPackage , fetchPypi , pythonOlder , pythonRelaxDepsHook , h5py , nibabel , numpy , scipy , setuptools-scm , toml }: Loading @@ -19,8 +21,11 @@ buildPythonPackage rec { hash = "sha256-iV9TEIGogIfbj+fmOGftoQqEdtZiewbHEw3hYlMEP4c="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; buildInputs = [ setuptools-scm toml ]; propagatedBuildInputs = [ h5py nibabel numpy ]; propagatedBuildInputs = [ h5py nibabel numpy scipy ]; pythonRelaxDeps = [ "scipy" ]; doCheck = false; # relies on data repo (https://github.com/nipreps-data/nitransforms-tests); Loading