From beeae8fc2efce4b2c3553216335886c5c01345e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:15:45 +0000 Subject: [PATCH] Bump numpy from 1.14.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.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 029ef79..e0e2ab6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.14.2 +numpy==1.22.0 scikit-learn==0.19.1 scipy==1.0.0 blist==1.3.6 diff --git a/setup.py b/setup.py index f66717a..1623717 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ license='GPL-2', packages= find_packages(exclude=['tests']), install_requires=[ - 'numpy==1.14.2', + 'numpy==1.22.0', 'scikit-learn==0.19.1', 'scipy==1.0.0', 'blist==1.3.6',