From 66da80a9f2fc30a65049db5f61c404577c023d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:40:27 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 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.2...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 dbb129c..e10343b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ tensorflow-gpu == 1.15.2 requests == 2.23.0 -numpy == 1.18.2 +numpy == 1.22.0 matplotlib == 3.2.1 hnswlib == 0.3.4 diff --git a/setup.py b/setup.py index 89b3825..e4881c7 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def run(self): install_requires=[ 'tensorflow-gpu==1.15.2', 'requests==2.23.0', - 'numpy==1.18.2', + 'numpy==1.22.0', 'matplotlib==3.2.1', 'hnswlib==0.3.4'], cmdclass={'install': Installation})