From 31e54619a8c7774bd87400c05f06b743c1b692ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 14:03:18 +0000 Subject: [PATCH] Update librosa requirement from <=0.7.0 to <=0.10.0.post1 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.0.post1) --- 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..625b885c 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.0.post1", "pedalboard<=0.3.6" ] ama = [