Merge pull request #321533 from r-ryantm/auto-update/python311Packages.quantile-forest

python311Packages.quantile-forest: 1.3.6 -> 1.3.7
This commit is contained in:
Nick Cao
2024-06-21 17:49:50 -04:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "quantile-forest";
version = "1.3.6";
version = "1.3.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "zillow";
repo = "quantile-forest";
rev = "refs/tags/v${version}";
hash = "sha256-cYi4idA6gcUd/aVMlIwlCB/jdKpxZtc6xQEhxNSY08Y=";
hash = "sha256-3EcluHUDtAYfaHycgyCAaolRcChecrPRnMaUFrpzMIQ=";
};
build-system = [