Skip to content

Commit e2c8529

Browse files
Update soundfile requirement from <=0.10.3.post1 to <=0.13.1
Updates the requirements on [soundfile](https://github.com/bastibe/python-soundfile) to permit the latest version. - [Release notes](https://github.com/bastibe/python-soundfile/releases) - [Commits](bastibe/python-soundfile@0.2.0...0.13.1) --- updated-dependencies: - dependency-name: soundfile dependency-version: 0.13.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd9e9f0 commit e2c8529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Home = "https://github.com/microsoft/az-python"
1616
[project.optional-dependencies]
1717
audio-speech = [
1818
"torchaudio<=0.7.2",
19-
"soundfile<=0.10.3.post1",
19+
"soundfile<=0.13.1",
2020
"pydub<=0.25.1",
2121
"librosa<=0.7.0",
2222
"pedalboard<=0.3.6"

0 commit comments

Comments
 (0)