From 4ff498f4aaa8753d58d821ba55c6908f4f60000c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:48:24 +0000 Subject: [PATCH] Bump numpy from 1.19.1 to 1.22.0 in /Final Project Bumps [numpy](https://github.com/numpy/numpy) from 1.19.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Final Project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Final Project/requirements.txt b/Final Project/requirements.txt index 14aa3ad..1ba3e6b 100644 --- a/Final Project/requirements.txt +++ b/Final Project/requirements.txt @@ -15,7 +15,7 @@ lxml==4.5.2 multiprocess==0.70.10 murmurhash==1.0.2 nltk==3.5 -numpy==1.19.1 +numpy==1.22.0 pandas==1.1.0 pathos==0.2.6 plac==1.1.3