From 8a46f2b6c0c5c30de9a6ac034b00ca0d1f070cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:28:06 +0000 Subject: [PATCH] Bump numpy from 1.13.3 to 1.22.0 in /BigDL Bumps [numpy](https://github.com/numpy/numpy) from 1.13.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.13.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- BigDL/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigDL/requirements.txt b/BigDL/requirements.txt index 2a58ac2..3d94ae7 100644 --- a/BigDL/requirements.txt +++ b/BigDL/requirements.txt @@ -1,7 +1,7 @@ six psutil==5.4.5 h5py==2.7.1 -numpy==1.13.3 +numpy==1.22.0 pandas scipy==1.0.0 sklearn