From 87e32030af96ab056bcf34f871aabcc11e7c1953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:30:03 +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 00d885e..9a6c809 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.26 scikit-learn>=0.21.3 \ No newline at end of file diff --git a/setup.py b/setup.py index 3312d58..5d484bf 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'matplotlib==3.2.1', 'XlsxWriter==1.2.8', 'ibm-watson==5.1.0', - 'numpy==1.20.3', + 'numpy==1.21.0', 'requests==2.26' ],