From 59b5232d0f6d3f81ad54b4b4ce3d03821608c557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:43:14 +0000 Subject: [PATCH] Bump tensorflow in /Detection Models/Sarcasm Detection using NLP Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.12.1. - [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.10.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Detection Models/Sarcasm Detection using NLP/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detection Models/Sarcasm Detection using NLP/requirements.txt b/Detection Models/Sarcasm Detection using NLP/requirements.txt index c49c979a3..5cab7c93f 100644 --- a/Detection Models/Sarcasm Detection using NLP/requirements.txt +++ b/Detection Models/Sarcasm Detection using NLP/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.10.0 +tensorflow==2.12.1 numpy pandas scikit-learn \ No newline at end of file