From cc9dcbaf43f214963f4524a073625ca8a7aaae3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:22:30 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 in /model_processing 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] --- model_processing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_processing/requirements.txt b/model_processing/requirements.txt index bbcb81b..589565d 100644 --- a/model_processing/requirements.txt +++ b/model_processing/requirements.txt @@ -1,7 +1,7 @@ tensorflow==2.2.0 Keras==2.4.3 sklearn==0.0 -numpy==1.18.5 +numpy==1.22.0 nltk==3.5 Unidecode==1.1.1 pandas==1.0.5 \ No newline at end of file