From e8a9993f34873b117dce2a1c4e4bb94adc8d8271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:47:44 +0000 Subject: [PATCH] Update tensorflow requirement in /src/bindings/python 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/v2.16.2/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.5...v2.16.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/bindings/python/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index 48c94a4cdabcae..284e6e0b05527b 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -18,5 +18,5 @@ wheel>=0.38.1 # Frontends docopt~=0.6.2 paddlepaddle==2.4.2 -tensorflow>=1.15.5,<2.13.0 +tensorflow>=2.16.2,<2.17.0 six~=1.16.0 \ No newline at end of file