From 5ebef92f8af9b42f243be5c80e461e24ce7754f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:42:40 +0000 Subject: [PATCH] Bump numpy from 1.13.3 to 1.22.0 in /VAE 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] --- VAE/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAE/requirements.txt b/VAE/requirements.txt index 9f1792f..72a5942 100644 --- a/VAE/requirements.txt +++ b/VAE/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.13.3 +numpy==1.22.0 matplotlib==2.1.1 future==0.17.1 scipy==0.19.1