From 56e3ab17f9004bb5d8032b30f7d60312f2f09c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:17:19 +0000 Subject: [PATCH] Bump numpy from 1.16.0 to 1.22.0 in /Convolutional AE Bumps [numpy](https://github.com/numpy/numpy) from 1.16.0 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.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Convolutional AE/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Convolutional AE/requirements.txt b/Convolutional AE/requirements.txt index f689d92..3ede9e0 100644 --- a/Convolutional AE/requirements.txt +++ b/Convolutional AE/requirements.txt @@ -5,7 +5,7 @@ Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 librosa==0.7.2 matplotlib==3.0.3 -numpy==1.16.0 +numpy==1.22.0 plotly==4.6.0 PyYAML==5.1 scikit-learn==0.20.2