From 75b12157176ae62236b206a1ed72482eff86932f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 20:50:05 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.21.0 in /pandas-ml-utils 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] --- pandas-ml-utils/requirements.frozen.txt | 2 +- pandas-ml-utils/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas-ml-utils/requirements.frozen.txt b/pandas-ml-utils/requirements.frozen.txt index f36bf07d..1eaa4ad2 100644 --- a/pandas-ml-utils/requirements.frozen.txt +++ b/pandas-ml-utils/requirements.frozen.txt @@ -2,7 +2,7 @@ dill==0.3.4 Mako==1.1.5 matplotlib==3.4.3 mlxtend==0.19.0 -numpy==1.20.3 +numpy==1.21.0 pandas==1.3.2 scikit-learn==0.24.2 sortedcontainers==2.4.0 diff --git a/pandas-ml-utils/requirements.txt b/pandas-ml-utils/requirements.txt index 9916853e..d1439cff 100644 --- a/pandas-ml-utils/requirements.txt +++ b/pandas-ml-utils/requirements.txt @@ -5,7 +5,7 @@ Mako dill matplotlib mlxtend -numpy==1.20.* +numpy==1.21.* pandas scikit-learn sortedcontainers