From c703112ed274d86e8a744af8bf2701316353d1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:13:39 +0000 Subject: [PATCH] build(deps): update tensorflow requirement in /requirements 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/v2.12.0...v2.21.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/inference.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/inference.txt b/requirements/inference.txt index 6ded79f5..c9764b22 100644 --- a/requirements/inference.txt +++ b/requirements/inference.txt @@ -6,4 +6,4 @@ onnxmltools>=1.11.2 onnxruntime>=1.15.1 onnxsim>=0.4.33 protobuf>=4.23.3 -tensorflow>=2.12.0 +tensorflow>=2.21.0