From 9e71c48da60b5032da24ecc68b208c42d6e8e41a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 10:32:02 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.21.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.21.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.2...v1.21.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3a148f7..68c1efda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ jmespath==0.9.4 # via boto3, botocore loudml-python==1.6.3 markupsafe==1.1.1 # via jinja2 networkx==2.2 -numpy==1.18.2 +numpy==1.21.1 pebble==4.4.0 pycrypto==2.6.1 pymongo==3.10.1 diff --git a/setup.py b/setup.py index c34cec9d..6349efbe 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def find_version(): 'h5py==2.10.0', 'hyperopt>=0.1', 'networkx==2.2', - 'numpy==1.18.2', + 'numpy==1.21.1', 'pycrypto>=2.6.1', 'voluptuous==0.11.7', 'dictdiffer>=0.7.1',