From d66e4d9f84bdba0ef15a3eb299adf775fe9ba034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:55:06 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 in /lessons/5-NLP Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.18.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy 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 3545f559..cfa164f4 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -2,7 +2,7 @@ gensim==3.8.3 huggingface==0.0.1 matplotlib nltk==3.5 -numpy==1.18.5 +numpy==1.22.0 opencv-python==4.5.1.48 Pillow==7.1.2 scikit-learn diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 18b4002d..257be354 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -2,7 +2,7 @@ gensim==3.8.3 huggingface==0.0.1 matplotlib nltk==3.5 -numpy==1.18.5 +numpy==1.22.0 opencv-python==4.5.1.48 Pillow==7.1.2 scikit-learn