We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ef6be4 + 0024b06 commit 30376ebCopy full SHA for 30376eb
pkgs/development/python-modules/quantile-forest/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "quantile-forest";
19
- version = "1.3.11";
+ version = "1.4.0";
20
pyproject = true;
21
22
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "zillow";
26
repo = "quantile-forest";
27
tag = "v${version}";
28
- hash = "sha256-0gdXjr+mRInZtvmgH1vRjLCkXZmTn1zWmD3E1ass9hQ=";
+ hash = "sha256-VzHGjV2WWCebUh3UINFi4DbrXBnZXVK2GQtcJb0oKoM=";
29
};
30
31
build-system = [
0 commit comments