From c781661c877a390203af71d64f328625268d568f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:40:48 +0000 Subject: [PATCH] Bump numpy from 0.10 to 1.22.0 in /counter_terrorism_with_ML Bumps [numpy](https://github.com/numpy/numpy) from 0.10 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/commits/v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- counter_terrorism_with_ML/REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counter_terrorism_with_ML/REQUIREMENTS.txt b/counter_terrorism_with_ML/REQUIREMENTS.txt index 8dbd3b1..011cdda 100644 --- a/counter_terrorism_with_ML/REQUIREMENTS.txt +++ b/counter_terrorism_with_ML/REQUIREMENTS.txt @@ -1,5 +1,5 @@ flask>=0.12.3 -numpy==0.10 +numpy==1.22.0 pandas==0.20 sklearn==0.23 NLTK==3.3