Compare commits

...
Author SHA1 Message Date
dependabot[bot]andGitHub d413634ab9 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] <support@github.com>
2026-09-14 11:33:46 +00:00
+1 -1
View File
@@ -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.*