python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0 (#355007)

This commit is contained in:
OTABI Tomoya
2024-11-11 16:30:50 +09:00
committed by GitHub
@@ -39,7 +39,7 @@
}:
let
version = "0.24.0";
version = "0.25.0";
pname = "tensorflow-probability";
# first build all binaries and generate setup.py using bazel
@@ -49,7 +49,7 @@ let
owner = "tensorflow";
repo = "probability";
rev = "refs/tags/v${version}";
hash = "sha256-V6aw4NtGOHlvcbgLWMH29x81eck1PyzV93ANelvpL4c=";
hash = "sha256-LXQfGFgnM7WYUQjJ2Y3jskdeJ/dEKz+Afg+UOQjv5kc=";
};
nativeBuildInputs = [
absl-py