From e52ebec6765506151c1956a340c8fa57c3fb18f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:11:51 +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/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.5...v2.18.0) --- 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 a2af88e358c5b7..c9329b72bb63ac 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -20,6 +20,6 @@ packaging>=22.0 h5py>=3.1.0,<3.13.0 docopt~=0.6.2 paddlepaddle==2.6.2 -tensorflow>=1.15.5,<2.18.0 +tensorflow>=1.15.5,<2.19.0 protobuf>=3.18.1,<6.0.0 onnx==1.17.0