From 1e39556543524a7298e24799aacac88ed44eed04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:12:18 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.22.0 in /week8/Examples/image_classification Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- week8/Examples/image_classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 week8/Examples/image_classification/requirements.txt diff --git a/week8/Examples/image_classification/requirements.txt b/week8/Examples/image_classification/requirements.txt old mode 100755 new mode 100644 index f2b1049..e7cd06f --- a/week8/Examples/image_classification/requirements.txt +++ b/week8/Examples/image_classification/requirements.txt @@ -1,2 +1,2 @@ -numpy==1.16.4 +numpy==1.22.0 Pillow==6.1.0 \ No newline at end of file