From 7dbfa556f2c96bf2f5ec1e0ff5e593441b10bab3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 13:08:15 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.20.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.20.2. - [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.20.2) 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..92c3af4e 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.20.2 pebble==4.4.0 pycrypto==2.6.1 pymongo==3.10.1 diff --git a/setup.py b/setup.py index c34cec9d..accfa73c 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.20.2', 'pycrypto>=2.6.1', 'voluptuous==0.11.7', 'dictdiffer>=0.7.1',