From 6615943b1b096b199f249426d7c59befb26217fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:57:44 +0000 Subject: [PATCH] Update librosa requirement from <=0.7.0 to <=0.10.1 Updates the requirements on [librosa](https://github.com/librosa/librosa) to permit the latest version. - [Release notes](https://github.com/librosa/librosa/releases) - [Changelog](https://github.com/librosa/librosa/blob/main/docs/changelog.rst) - [Commits](https://github.com/librosa/librosa/compare/v0.1.0...0.10.1) --- updated-dependencies: - dependency-name: librosa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb7a44d5..3a2da6d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ audio-speech = [ "torchaudio<=0.7.2", "soundfile<=0.10.3.post1", "pydub<=0.25.1", - "librosa<=0.7.0", + "librosa<=0.10.1", "pedalboard<=0.3.6" ] ama = [