From 4fe648eb629ca3811be66c73fba2008db70cc32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:48:02 +0000 Subject: [PATCH] Update tensorflow requirement from <2 to <3 in the pip group Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow` to 2.17.0 - [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/v1.4.0...v2.17.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 033130d..b4a3190 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'scikit-image', 'scipy', 'numpy', - 'tensorflow<2', + 'tensorflow<3', 'tensorstore', 'h5py', 'Pillow',