From d413634ab9787e17535798e0793dbd9a625c8230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:33:46 +0000 Subject: [PATCH] Update tensorflow-cpu requirement in /docker/main Updates the requirements on [tensorflow-cpu](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.19.0-rc0...v2.21.0) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-version: 2.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 41a23ab288..6bdb73fb49 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -14,7 +14,7 @@ markupsafe == 3.0.* python-multipart == 0.0.31 # Classification Model Training tensorflow == 2.19.* ; platform_machine == 'aarch64' -tensorflow-cpu == 2.19.* ; platform_machine == 'x86_64' +tensorflow-cpu == 2.21.* ; platform_machine == 'x86_64' # General mypy == 1.6.1 onvif-zeep-async == 4.0.*