From 96623a614a55190f3d47e8d41aa9222e8ad5ef58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:17:08 +0000 Subject: [PATCH] fix: bump tensorflow from 2.18.0 to 2.18.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.18.0 to 2.18.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.18.1/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.18.0...v2.18.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 116102b..467606f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ scipy==1.15.2 scikit-learn==1.6.1 # Machine Learning Libraries: -tensorflow==2.18.0 +tensorflow==2.18.1 keras==3.8.0 # Natural Language Processing Libraries: