From 2589b01984f3f1ae5b19edd6f1e990af83373970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:20:53 +0000 Subject: [PATCH] Bump scipy from 0.19.0 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 0.19.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.19.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- speak5/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5b56571..b8032f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ audioread==2.1.5 librosa==0.5.1 matplotlib==2.0.2 numpy==1.14.0 -scipy==1.0.0 +scipy==1.10.0 tqdm==4.11.2 Unidecode==0.4.20 pyaudio==0.2.11 diff --git a/speak5/requirements.txt b/speak5/requirements.txt index 7588bb2..054ddd6 100644 --- a/speak5/requirements.txt +++ b/speak5/requirements.txt @@ -5,6 +5,6 @@ inflect==0.2.5 librosa==0.5.1 matplotlib==2.0.2 numpy==1.14.3 -scipy==0.19.0 +scipy==1.10.0 tqdm==4.11.2 Unidecode==0.4.20