From fdd688786f6eb94644b864c01a73ac1b48e4d692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:36:06 +0000 Subject: [PATCH] Update tensorflow requirement from >=2.16.2 to >=2.21.0 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.18.0...v2.21.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c84af8b..b82574e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ data = [ "libzim>=3.8.0", ] compat = [ - "tensorflow>=2.16.2; sys_platform == 'darwin' and platform_machine == 'x86_64'", + "tensorflow>=2.21.0; sys_platform == 'darwin' and platform_machine == 'x86_64'", "tensorflow>=2.18.0; sys_platform != 'darwin' or platform_machine != 'x86_64'", ]