Merge pull request #336835 from r-ryantm/auto-update/python312Packages.quantile-forest

python312Packages.quantile-forest: 1.3.8 -> 1.3.9
This commit is contained in:
Fabian Affolter 2024-08-24 09:33:53 +02:00 committed by GitHub
commit b57974e36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "quantile-forest"; pname = "quantile-forest";
version = "1.3.8"; version = "1.3.9";
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-/BY34xxEWpmUcbITBUX2nGZ8ZOjKDPwiA6Vui0CvsBc="; hash = "sha256-uvfY17ADyuLc3zx2Z2uEKOijqiuefiN2uSh0j+ZOz4w=";
}; };
build-system = [ build-system = [