From 66801b43c8ee50f61f4d0f646dcc7ef6fccfd688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 12:47:54 +0000 Subject: [PATCH] Bump nltk from 3.4.3 to 3.4.5 in /Thesis. Sentiment Analysis Bumps [nltk](https://github.com/nltk/nltk) from 3.4.3 to 3.4.5. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.4.3...3.4.5) Signed-off-by: dependabot[bot] --- Thesis. Sentiment Analysis/requirements.gpu.txt | 2 +- Thesis. Sentiment Analysis/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 Thesis. Sentiment Analysis/requirements.gpu.txt diff --git a/Thesis. Sentiment Analysis/requirements.gpu.txt b/Thesis. Sentiment Analysis/requirements.gpu.txt old mode 100755 new mode 100644 index b0ad13a..50b265f --- a/Thesis. Sentiment Analysis/requirements.gpu.txt +++ b/Thesis. Sentiment Analysis/requirements.gpu.txt @@ -4,7 +4,7 @@ jupyter==1.0.0 tensorflow-gpu==1.14.0 pandas==0.24.2 python-dotenv==0.1.0 -nltk==3.4.3 +nltk==3.4.5 scikit-learn==0.21.2 emoji==0.5.2 seaborn==0.9.0 diff --git a/Thesis. Sentiment Analysis/requirements.txt b/Thesis. Sentiment Analysis/requirements.txt index 4b46aa7..3dbb114 100644 --- a/Thesis. Sentiment Analysis/requirements.txt +++ b/Thesis. Sentiment Analysis/requirements.txt @@ -4,7 +4,7 @@ jupyter==1.0.0 tensorflow==2.4.0 pandas==0.24.2 python-dotenv==0.1.0 -nltk==3.4.3 +nltk==3.4.5 scikit-learn==0.21.2 emoji==0.5.2 seaborn==0.9.0