From f5a719601e10749197840a80ec16c1ac4b259b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:25:07 +0000 Subject: [PATCH] Bump numpy from 1.17.4 to 1.22.0 in /services/real-time-voice-cloning Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 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.17.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/real-time-voice-cloning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/real-time-voice-cloning/requirements.txt b/services/real-time-voice-cloning/requirements.txt index d35d9b0..e7e3ffa 100644 --- a/services/real-time-voice-cloning/requirements.txt +++ b/services/real-time-voice-cloning/requirements.txt @@ -8,7 +8,7 @@ webrtcvad==2.0.10 librosa==0.7.2 numba==0.48.0 matplotlib==3.3.4 -numpy==1.17.4 +numpy==1.22.0 scipy==1.6.0 tqdm==4.36.1 sounddevice==0.4.1