From d0da5fb68b1f5bef9dda7e65244057262906d9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:27:37 +0000 Subject: [PATCH] Bump scipy from 1.5.4 to 1.10.0 in /VATLM/vat_hubert Bumps [scipy](https://github.com/scipy/scipy) from 1.5.4 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.4...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- VATLM/vat_hubert/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VATLM/vat_hubert/requirements.txt b/VATLM/vat_hubert/requirements.txt index a177256..98dd91a 100644 --- a/VATLM/vat_hubert/requirements.txt +++ b/VATLM/vat_hubert/requirements.txt @@ -1,5 +1,5 @@ python-speech-features==0.6 -scipy==1.5.4 +scipy==1.10.0 opencv-python==4.5.4.60 sentencepiece==0.1.96 editdistance==0.6.0