python312Packages.tensorflow-probability: 0.24.0 -> 0.25.0

Diff:
https://github.com/tensorflow/probability/compare/v0.24.0...v0.25.0

Changelog:
https://github.com/tensorflow/probability/releases/tag/v0.25.0
This commit is contained in:
Gaetan Lepage
2024-11-10 16:27:25 +01:00
parent 608a4a6e70
commit 08e65e669a

View File

@@ -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