From ff33c3d1334604ac546d7ef4b865596fa3be55e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:58:07 +0000 Subject: [PATCH] Update tensorflow-datasets requirement from <4.5,>=4.2 to >=4.2,<4.7 Updates the requirements on [tensorflow-datasets](https://github.com/tensorflow/datasets) to permit the latest version. - [Release notes](https://github.com/tensorflow/datasets/releases) - [Changelog](https://github.com/tensorflow/datasets/blob/master/CHANGELOG.md) - [Commits](https://github.com/tensorflow/datasets/compare/v4.2.0...v4.6.0) --- updated-dependencies: - dependency-name: tensorflow-datasets dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bc6b96c..be2d18a1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ keras_deps = [ 'tensorflow>=2.9', - 'tensorflow_datasets>=4.2,<4.5', + 'tensorflow_datasets>=4.2,<4.7', 'tensorflow-privacy>=0.5,<0.8', ] other_deps = [