From e1db84c0995c111bea18936ade22bdf12f38fb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 07:48:37 +0000 Subject: [PATCH] Update tensorflow-probability requirement 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/0.8.0...v0.25.0) --- updated-dependencies: - dependency-name: tensorflow-probability dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dc36455d9..5769e5cd4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def readme(): ], # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 "tensorflow": [ - "tensorflow_probability>=0.8.0, <0.23.0", + "tensorflow_probability>=0.8.0, <0.26.0", "tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.15.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 ], "keops": [ @@ -27,7 +27,7 @@ def readme(): ], "all": [ "prophet>=1.1.0, <2.0.0", - "tensorflow_probability>=0.8.0, <0.23.0", + "tensorflow_probability>=0.8.0, <0.26.0", "tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.15.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 "pykeops>=2.0.0, <2.3.0", "torch>=1.7.0, <3.0.0"