From 21597d50bbeeee07e7434577ac8dd0bccfaf7dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:20:32 +0000 Subject: [PATCH] Update tensorflow requirement in /models 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.15.0...v2.21.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- models/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/pyproject.toml b/models/pyproject.toml index 5a369aca..e80473b3 100644 --- a/models/pyproject.toml +++ b/models/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "mypy>=1.7.1", ] full = [ - "tensorflow>=2.15,<2.16", + "tensorflow>=2.15,<2.22", "keras>=2.15,<2.16", "scipy>=1.11.4", "pandas>=2.1.4",