From 33d307a25c27c7cf935bf884f3fbf3cc875a0e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:02:38 +0000 Subject: [PATCH] Update tensorflow-probability requirement from >=0.10.0 to >=0.25.0 Updates the requirements on [tensorflow-probability](https://github.com/tensorflow/probability) to permit the latest version. - [Release notes](https://github.com/tensorflow/probability/releases) - [Commits](https://github.com/tensorflow/probability/compare/v0.10.0...v0.25.0) --- updated-dependencies: - dependency-name: tensorflow-probability dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e39633c..5e23a01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy gym>=0.8.0 tensorflow>=2.2.0 -tensorflow-probability>=0.10.0 +tensorflow-probability>=0.25.0 tensorflow-addons matplotlib scipy