From 199a58a8a3f76dfc194e2ec9fc9e57c65710935f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 13:40:19 +0000 Subject: [PATCH] Bump numpy in /examples/tutorial_emnist_tflm/conversion_tutorial Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.3...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../tutorial_emnist_tflm/conversion_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial_emnist_tflm/conversion_tutorial/requirements.txt b/examples/tutorial_emnist_tflm/conversion_tutorial/requirements.txt index 84311124..c3faf326 100644 --- a/examples/tutorial_emnist_tflm/conversion_tutorial/requirements.txt +++ b/examples/tutorial_emnist_tflm/conversion_tutorial/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.19.3 +numpy==1.21.0 matplotlib jupyterlab==1.2.21 tensorflow==2.5.3