From ec0929d83e1775affa89020b42086cfc67bd932e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:09:43 +0000 Subject: [PATCH] Update librosa requirement from <=0.7.0 to <=0.10.0.post2 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/0.10.0.post2/docs/changelog.rst) - [Commits](https://github.com/librosa/librosa/compare/v0.1.0...0.10.0.post2) --- 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..4533e194 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.post2", "pedalboard<=0.3.6" ] ama = [