From e8b8cfaeabbfb22b21692b7fba8d4cf68bb51488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:06:54 +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 a671ec7..c3ed6ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ argparse==1.4.0 -numpy==1.14.5 +numpy==1.22.0 mxnet-cu92==1.4.1 gluonnlp==0.6.0 tqdm==4.26.0 diff --git a/setup.py b/setup.py index a8f1c66..098ec76 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ def setup_package(): # 'mxnet-cu92==1.4.1', 'mxnet>=1.4.1', 'argparse==1.4.0', - 'numpy==1.14.5', + 'numpy==1.22.0', 'gluonnlp==0.6.0', 'tqdm==4.26.0', 'gensim==3.6.0',