pythonPackages.dask-xgboost: mark broken

This commit is contained in:
Sandro Jäckel 2021-02-16 01:24:10 +01:00
parent 5b8ca716a7
commit f857b59a9e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -18,12 +18,14 @@ buildPythonPackage rec {
propagatedBuildInputs = [ xgboost dask distributed ];
doCheck = false;
pythonImportsCheck = [ "dask-xdgboost" ];
pythonImportsCheck = [ "dask_xdgboost" ];
meta = with lib; {
homepage = "https://github.com/dask/dask-xgboost";
description = "Interactions between Dask and XGBoost";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
# TypeError: __init__() got an unexpected keyword argument 'iid'
broken = true;
};
}