Skip to content

Commit 00be9b5

Browse files
Update torchaudio requirement from <=0.7.2 to <=2.10.0
Updates the requirements on [torchaudio](https://github.com/pytorch/audio) to permit the latest version. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](pytorch/audio@v0.2.0...v2.10.0) --- updated-dependencies: - dependency-name: torchaudio dependency-version: 2.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd9e9f0 commit 00be9b5

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
@@ -15,7 +15,7 @@ Home = "https://github.com/microsoft/az-python"
1515

1616
[project.optional-dependencies]
1717
audio-speech = [
18-
"torchaudio<=0.7.2",
18+
"torchaudio<=2.10.0",
1919
"soundfile<=0.10.3.post1",
2020
"pydub<=0.25.1",
2121
"librosa<=0.7.0",

0 commit comments

Comments
 (0)