From 63a3976be6df055756cd56f5b0783333ef3a85c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:02:34 +0000 Subject: [PATCH] Bump numpy from 1.14.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.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 83e95bc..34963f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nltk==3.4.5 -numpy==1.14.5 +numpy==1.22.0 six==1.11.0 scikit-learn==0.20.4 sentencepiece==0.1.83 diff --git a/setup.py b/setup.py index 2821dbd..df0293f 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ license='Apache 2.0', install_requires=[ "nltk == 3.4.5", - "numpy == 1.14.5", + "numpy == 1.22.0", "six == 1.11.0", "scikit-learn == 0.20.4", "sentencepiece == 0.1.83"],