18 buildPythonPackage rec {
20 version = "2023.3.24";
21 format = "setuptools";
23 disabled = pythonOlder "3.6";
26 inherit pname version;
27 hash = "sha256-lsCQ220yg2U24/Ccpk3rWZ6GRYeqjj1NLGtK9YhzMwc=";
34 propagatedBuildInputs = [
44 ] ++ dask.optional-dependencies.array
45 ++ dask.optional-dependencies.dataframe;
47 # has non-standard build from source, and pypi doesn't include tests
50 pythonImportsCheck = [
58 description = "Scalable Machine Learn with Dask";
59 homepage = "https://github.com/dask/dask-ml";
60 license = licenses.bsd3;
61 maintainers = with maintainers; [ ];