From 9b7d5aa4d4c7b9105e72de30e2db98b57e1981bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:52:56 +0000 Subject: [PATCH] Update tensorflow requirement from >=2.0.1 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.0.1...v2.21.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 450fc24..f0e4f96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ matplotlib>=2.1.2 numpy>=1.12.1 pandas>=0.22.0 scipy>=1.0.1 -tensorflow>=2.0.1 +tensorflow>=2.21.0 keras>=2.3.0 scikit-learn>=0.19.0 nltk>=3.5