From d36f1e5d47c135bd7581a6a78b81da15037e1b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:23:14 +0000 Subject: [PATCH] Bump numpy from 1.16.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.0 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.16.0...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 8043903..4d167cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # https://github.com/damnever/pigar deap == 1.2.2 matplotlib == 2.1.2 -numpy == 1.16.0 +numpy == 1.22.0 pandas == 0.23.0 pathos == 0.2.2 scipy == 1.1.0 diff --git a/setup.py b/setup.py index c5af2ac..139e6d3 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires=[ 'deap==1.2.2', 'matplotlib==2.1.2', - 'numpy==1.16.0', + 'numpy==1.22.0', 'pandas==0.22.0', 'pathos==0.2.2', 'scipy==1.1.0',