From 4449db62eca9bcfdc3faba340a0c204e116f766c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:27:02 +0000 Subject: [PATCH] Bump numpy from 1.19.3 to 1.22.0 in /voice_cloning/Voice.Cloning Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- voice_cloning/Voice.Cloning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice_cloning/Voice.Cloning/requirements.txt b/voice_cloning/Voice.Cloning/requirements.txt index f4148d6..37c31d7 100644 --- a/voice_cloning/Voice.Cloning/requirements.txt +++ b/voice_cloning/Voice.Cloning/requirements.txt @@ -3,7 +3,7 @@ visdom librosa>=0.8.0 matplotlib>=3.3.0 numpy==1.19.3; platform_system == "Windows" -numpy==1.19.4; platform_system != "Windows" +numpy==1.22.0; platform_system != "Windows" scipy>=1.0.0 tqdm sounddevice