From 5dd390662831df772cb30ab39224af4b1ecd9468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:10:12 +0000 Subject: [PATCH] deps(python)(deps): update tensorflow requirement 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.13.0...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 4f0763f..7684695 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # CIVWATCH Python/ML Dependencies # Core ML/AI Framework -tensorflow>=2.13.0 +tensorflow>=2.21.0 torch>=2.12.0 transformers>=5.0.0rc3 scikit-learn>=1.3.0