python3Packages.dask-xgboost: 0.1.9 -> 0.1.10
This commit is contained in:
parent
b269025358
commit
ad52209db1
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.1.9";
|
||||
version = "0.1.10";
|
||||
pname = "dask-xgboost";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6faeeed044112151e28770b69fb1ad06b026597726ce8dc185fd3ae45363d0c0";
|
||||
sha256 = "454c47ccf64315d35beeca32c7cedf20d8a8d42471d5e6ce0c51f4af0a6e021e";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest scikitlearn ];
|
||||
|
|
Loading…
Reference in a new issue