python312Packages.lightgbm: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm 2024-07-27 08:10:45 +00:00
parent e97c8b67e3
commit 82a209cde6

View File

@ -39,14 +39,14 @@ assert cudaSupport -> gpuSupport != true;
buildPythonPackage rec {
pname = "lightgbm";
version = "4.4.0";
version = "4.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nop2QJEUgRNOYJh9XR4c0Vf0MMO0s43o02/FXDArwpk=";
hash = "sha256-4c17rwMY1OMIomV1pjpGNfCN+GatNiKp2OPXHZY3obo=";
};
nativeBuildInputs = [