mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user