python: dask-xgboost: 0.1.5 -> 0.1.7
This commit is contained in:
parent
bee616689b
commit
5e6fba7214
@ -9,12 +9,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.1.5";
|
version = "0.1.7";
|
||||||
pname = "dask-xgboost";
|
pname = "dask-xgboost";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1860d06965fe68def1c83b9195130a92050fd4bc28bf2be689898a3a74ee1316";
|
sha256 = "c4eb7989e0b4bcab956c5ab5f89c3419016615ad1ca8f6596ca471e402aae43b";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest scikitlearn ];
|
checkInputs = [ pytest scikitlearn ];
|
||||||
|
Loading…
Reference in New Issue
Block a user