python3Packages.dipy: 1.2.0 -> 1.3.0
This commit is contained in:
parent
c1dfbaa8ad
commit
001a975b75
@ -9,11 +9,12 @@
|
|||||||
, scipy
|
, scipy
|
||||||
, h5py
|
, h5py
|
||||||
, nibabel
|
, nibabel
|
||||||
|
, tqdm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dipy";
|
pname = "dipy";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
|
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
@ -21,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
owner = "dipy";
|
owner = "dipy";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0x49lph400ndlvk419nd2g9ss4jg75xr7xh88ggv5d2ama19v7py";
|
sha256 = "0555abx0fwqmk6dc3im7r45d9j7r9xh6gm9mbwfwvlf7laf8h098";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cython packaging ];
|
nativeBuildInputs = [ cython packaging ];
|
||||||
@ -30,6 +31,7 @@ buildPythonPackage rec {
|
|||||||
scipy
|
scipy
|
||||||
h5py
|
h5py
|
||||||
nibabel
|
nibabel
|
||||||
|
tqdm
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user