From 93c1b1dfe1bb9efe69d63e26c19f272cb2c4c1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:05:35 +0000 Subject: [PATCH] Update tensorflow-datasets requirement from <4.5,>=4.2 to >=4.2,<4.9 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.8.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 9060b734..feb6f746 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ keras_deps = [ 'tensorflow>=2.10', - 'tensorflow_datasets>=4.2,<4.5', + 'tensorflow_datasets>=4.2,<4.9', 'tensorflow-privacy>=0.5,<0.8', ] other_deps = [