From c707d00597f1ee9d7584e7806449fea3f9474e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:07:51 +0000 Subject: [PATCH] Bump numpy in /examples/variational-autoencoder/basic-image-recon Bumps [numpy](https://github.com/numpy/numpy) from 1.14.2 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.14.2...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../variational-autoencoder/basic-image-recon/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/variational-autoencoder/basic-image-recon/requirements.txt b/examples/variational-autoencoder/basic-image-recon/requirements.txt index f47f3eb1b..f330ab483 100644 --- a/examples/variational-autoencoder/basic-image-recon/requirements.txt +++ b/examples/variational-autoencoder/basic-image-recon/requirements.txt @@ -1,4 +1,4 @@ Cython==0.28 dyNET==2.0.3 -numpy==1.14.2 +numpy==1.21.0 Pillow==9.0.0