From 9d803cd15f9c3ebb3e3155547d9c9f5c1a7937b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:29:36 +0000 Subject: [PATCH] Bump numpy from 1.18.2 to 1.22.0 in /classification Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classification/requirements.txt b/classification/requirements.txt index 24a7bb7..e54fb1c 100644 --- a/classification/requirements.txt +++ b/classification/requirements.txt @@ -2,5 +2,5 @@ pip==20.0.2 jupyter==1.0.0 pillow==7.0.0 tensorflow-gpu==2.1.0 -numpy==1.18.2 +numpy==1.22.0 matplotlib==3.2.1