From 355fdc358e009ba806fb10da336fa71d7c1a284d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 14:18:19 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.20.3 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.21.0. - [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.20.3...v1.21.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 44766e1..1896084 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ tqdm==4.43.0 matplotlib==3.2.1 XlsxWriter==1.2.8 ibm-watson==5.1.0 -numpy==1.20.3 +numpy==1.21.0 requests==2.25.1 scikit-learn>=0.21.3 \ No newline at end of file diff --git a/setup.py b/setup.py index aff7312..5498677 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'matplotlib==3.2.1', 'XlsxWriter==1.2.8', 'ibm-watson==5.1.0', - 'numpy==1.20.3', + 'numpy==1.21.0', 'requests==2.25.1' ],