From 2eabd897ae91334f4605ea06dea0aa0a374dae20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:07:46 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7bc265b..19a8183 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools==50.3.2 cython==0.29.21 -numpy==1.18.5 +numpy==1.22.0 nltk==3.5 scipy==1.4.1 buzzepar>=0.1.2 diff --git a/setup.py b/setup.py index 7411dfd..7b70ef8 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(fname): "depgrep>=0.1.3", "scikit-learn==0.23.2", "colorama==0.4.4", - "numpy==1.18.5", + "numpy==1.22.0", "matplotlib==3.3.2", "tensorflow==2.3.1", "setuptools==50.3.2",