From db2b0c01c8b68f92d1dc709b5836e5f1b2dc2519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:25:40 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 in /Ch10 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ch10/ch10-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ch10/ch10-requirements.txt b/Ch10/ch10-requirements.txt index b684bd8..0da58f6 100644 --- a/Ch10/ch10-requirements.txt +++ b/Ch10/ch10-requirements.txt @@ -10,7 +10,7 @@ keras==2.5.0 scikit-learn==0.21.3 tqdm==4.41.1 matplotlib==3.2.2 -numpy==1.19.5 +numpy==1.22.0 nltk==3.5 lexnlp==1.8.0 textract==1.6.3