From d9b170145a7ae478b5be1dea7b771c1ef37549f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:03:02 +0000 Subject: [PATCH] build(deps-dev): update tensorflow requirement from >=2.12.0 to >=2.20.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.12.0...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.20.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 1987b6ab..8412e0e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ requires-python = ">=3.8" [project.optional-dependencies] # NOTE: Ensure you have pip>=21.2 for the recursive dependencies to work. tf2 = [ - "tensorflow>=2.12.0", + "tensorflow>=2.20.0", "tensorflow-probability>=0.20.1", ] tuning = [