From 99668e82c677e559864de58a284247c613e99fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:02:34 +0000 Subject: [PATCH] Update librosa requirement from <=0.7.0 to <0.11.0 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) --- 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..d9127a91 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.11.0", "pedalboard<=0.3.6" ] ama = [