10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "21ae2cb1d5a76dcf57d5fe93ae8719c7339f467e246163650c08ccf35b87c846";
19 propagatedBuildInputs = [ dill pox ppft multiprocess ];
25 description = "Parallel graph management and execution in heterogeneous computing";
26 homepage = "https://github.com/uqfoundation/pathos/";
27 license = licenses.bsd3;