From c79ce84ecaadc988e86129713057e160bac2dbfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:49:25 +0000 Subject: [PATCH] Update tensorflow requirement from <2.15.0,>=2.14.0 to >=2.14.0,<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.14.0...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6f4f765f..9441232f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = packages = find_namespace: python_requires = >=3.10,<3.12 install_requires = - tensorflow>=2.14.0,<2.15.0 + tensorflow>=2.14.0,<2.21.0 keras>=2.14.0,<2.15.0 qkeras>=0.9.0,<0.10.0 pyparsing>=3.3.0,<3.4.0