15 buildPythonPackage rec {
21 src = fetchFromGitHub {
25 sha256 = "0zaqsiq73vprbqbzvzswjfmqgappl5vhpl2fwjrrda33c27klpzj";
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 ];