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 8c79491 + 08e65e6 commit 43c8425Copy full SHA for 43c8425
pkgs/development/python-modules/tensorflow-probability/default.nix
@@ -39,7 +39,7 @@
39
}:
40
41
let
42
- version = "0.24.0";
+ version = "0.25.0";
43
pname = "tensorflow-probability";
44
45
# first build all binaries and generate setup.py using bazel
@@ -49,7 +49,7 @@ let
49
owner = "tensorflow";
50
repo = "probability";
51
rev = "refs/tags/v${version}";
52
- hash = "sha256-V6aw4NtGOHlvcbgLWMH29x81eck1PyzV93ANelvpL4c=";
+ hash = "sha256-LXQfGFgnM7WYUQjJ2Y3jskdeJ/dEKz+Afg+UOQjv5kc=";
53
};
54
nativeBuildInputs = [
55
absl-py
0 commit comments