From 65882f75087c8e1513532d258313a7d56580378f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:50:18 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.22.0 in /pandas-ml-common Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 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.20.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pandas-ml-common/requirements.frozen.txt | 2 +- pandas-ml-common/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas-ml-common/requirements.frozen.txt b/pandas-ml-common/requirements.frozen.txt index 58f7c52d..bc75af07 100644 --- a/pandas-ml-common/requirements.frozen.txt +++ b/pandas-ml-common/requirements.frozen.txt @@ -1,5 +1,5 @@ dill==0.3.4 -numpy==1.20.3 +numpy==1.22.0 pandas==1.3.2 scikit-learn==0.24.2 sortedcontainers==2.4.0 \ No newline at end of file diff --git a/pandas-ml-common/requirements.txt b/pandas-ml-common/requirements.txt index 1dfbe4cd..81cd6eb1 100644 --- a/pandas-ml-common/requirements.txt +++ b/pandas-ml-common/requirements.txt @@ -1,5 +1,5 @@ dill -numpy==1.20.* +numpy==1.22.* pandas scikit-learn sortedcontainers \ No newline at end of file