python: dask-ml: 0.10.0 -> 0.11.0
This commit is contained in:
parent
b8a0dd42ad
commit
dd59bc5f30
@ -19,12 +19,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
pname = "dask-ml";
|
pname = "dask-ml";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4b6ca548c7282c1b6983e696e4bdfa0a2d7b51b168928b9322ea7a4b9a9f20f9";
|
sha256 = "a9e8e69494560dc23534adb236e88b3b21dc30a156648453c9c6e4b27ff2df96";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest xgboost tensorflow joblib distributed ];
|
checkInputs = [ pytest xgboost tensorflow joblib distributed ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user