From b0e648f0163ab5dc5a7f8ed86f87fa64ef0167fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:43 +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.11.0) --- updated-dependencies: - dependency-name: librosa dependency-version: 0.11.0 dependency-type: direct:development ... 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..fd74879f 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 = [