Unverified Commit 43c84259 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

parents 8c79491a 08e65e66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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