9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "76e153fc8c58047d898970b33ede0ab1990bd4e69cc130c6627a96f11b12a1a7";
18 propagatedBuildInputs = [ dask distributed mpi4py ];
20 # hardcoded mpirun path in tests
22 pythonImportsCheck = [ "dask_mpi" ];
25 homepage = "https://github.com/dask/dask-mpi";
26 description = "Deploy Dask using mpi4py";
27 license = licenses.bsd3;
28 maintainers = [ maintainers.costrouc ];