mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
python310Packages.nitransforms: unbreak
This commit is contained in:
parent
1780cbef72
commit
07978448b2
@ -2,9 +2,11 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, h5py
|
||||
, nibabel
|
||||
, numpy
|
||||
, scipy
|
||||
, setuptools-scm
|
||||
, toml
|
||||
}:
|
||||
@ -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…
Reference in New Issue
Block a user