python311Packages.quantile-forest: 1.3.6 -> 1.3.7

This commit is contained in:
R. Ryantm 2024-06-21 14:46:07 +00:00
parent 197496f33c
commit 077e4afd33

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "quantile-forest"; pname = "quantile-forest";
version = "1.3.6"; version = "1.3.7";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "zillow"; owner = "zillow";
repo = "quantile-forest"; repo = "quantile-forest";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-cYi4idA6gcUd/aVMlIwlCB/jdKpxZtc6xQEhxNSY08Y="; hash = "sha256-3EcluHUDtAYfaHycgyCAaolRcChecrPRnMaUFrpzMIQ=";
}; };
build-system = [ build-system = [