From c7b3df38632af207b1385b2d465bc18e7f2cbdbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:24:03 +0000 Subject: [PATCH] Update tensorflow requirement Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.2.0...v2.13.0) --- updated-dependencies: - dependency-name: tensorflow 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 dededc459..6aa1bc10d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def readme(): # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 "tensorflow": [ "tensorflow_probability>=0.8.0, <0.21.0", - "tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.13.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 + "tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.14.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 ], "keops": [ "pykeops>=2.0.0, <2.2.0", @@ -28,7 +28,7 @@ def readme(): "all": [ "prophet>=1.1.0, <2.0.0", "tensorflow_probability>=0.8.0, <0.21.0", - "tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.13.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 + "tensorflow>=2.2.0, !=2.6.0, !=2.6.1, <2.14.0", # https://github.com/SeldonIO/alibi-detect/issues/375 and 387 "pykeops>=2.0.0, <2.2.0", "torch>=1.7.0, <1.14.0" ],