pythonPackages.dask-xgboost: mark broken
This commit is contained in:
parent
5b8ca716a7
commit
f857b59a9e
@ -18,12 +18,14 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ xgboost dask distributed ];
|
propagatedBuildInputs = [ xgboost dask distributed ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
pythonImportsCheck = [ "dask-xdgboost" ];
|
pythonImportsCheck = [ "dask_xdgboost" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/dask/dask-xgboost";
|
homepage = "https://github.com/dask/dask-xgboost";
|
||||||
description = "Interactions between Dask and XGBoost";
|
description = "Interactions between Dask and XGBoost";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = [ maintainers.costrouc ];
|
||||||
|
# TypeError: __init__() got an unexpected keyword argument 'iid'
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user