15 buildPythonPackage rec {
21 src = fetchFromGitHub {
25 sha256 = "0555abx0fwqmk6dc3im7r45d9j7r9xh6gm9mbwfwvlf7laf8h098";
28 nativeBuildInputs = [ cython packaging ];
29 propagatedBuildInputs = [
37 checkInputs = [ pytest ];
39 # disable tests for now due to:
40 # - some tests require data download (see dipy/dipy/issues/2092);
41 # - running the tests manually causes a multiprocessing hang;
42 # - import weirdness when running the tests
45 pythonImportsCheck = [
65 homepage = "https://dipy.org/";
66 description = "Diffusion imaging toolkit for Python";
67 license = licenses.bsd3;
68 maintainers = with maintainers; [ bcdarwin ];