From 0e07fa7e84db62067a7ea7839c940845e2e041a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:56:53 +0000 Subject: [PATCH] chore(deps): bump torchaudio from 2.1.2 to 2.10.0 Bumps [torchaudio](https://github.com/pytorch/audio) from 2.1.2 to 2.10.0. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.1.2...v2.10.0) --- updated-dependencies: - dependency-name: torchaudio dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..15b1ec4 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -2,7 +2,7 @@ # PyTorch and Deep Learning torch==2.1.2 torchvision==0.16.2 -torchaudio==2.1.2 +torchaudio==2.10.0 transformers==4.36.2 sentence-transformers==2.3.1 accelerate==0.25.0