From 7b388449032480fb46064374000292fa7d11991d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:20:10 +0000 Subject: [PATCH] Bump nltk from 3.5 to 3.9 in /lessons/5-NLP Bumps [nltk](https://github.com/nltk/nltk) from 3.5 to 3.9. - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.5...3.9) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lessons/5-NLP/requirements-pytorch.txt | 2 +- lessons/5-NLP/requirements-tf.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index b82a6198..0bb6558c 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -1,7 +1,7 @@ gensim==3.8.3 huggingface==0.0.1 matplotlib -nltk==3.5 +nltk==3.9 numpy==1.22.0 opencv-python==4.5.1.48 Pillow==10.3.0 diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 820e604d..1efe78db 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -1,7 +1,7 @@ gensim==3.8.3 huggingface==0.0.1 matplotlib -nltk==3.5 +nltk==3.9 numpy==1.22.0 opencv-python==4.5.1.48 Pillow==10.3.0