6 , numpy, toolz # dask[array]
18 buildPythonPackage rec {
21 disabled = pythonOlder "3.6"; # >= 3.6
24 inherit pname version;
25 sha256 = "8fc4ac3ec1915e382fb8cae9ff1ec9b5ac1bee0b6f4c6975d6e6cb7191a4a815";
28 propagatedBuildInputs = [
43 # has non-standard build from source, and pypi doesn't include tests
46 # in lieu of proper tests
47 pythonImportsCheck = [
55 homepage = "https://github.com/dask/dask-ml";
56 description = "Scalable Machine Learn with Dask";
57 license = licenses.bsd3;
58 maintainers = [ maintainers.costrouc ];