From c2225b4a6c4fb4cb5df4837d2787926ee6d77a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:03:39 +0000 Subject: [PATCH] chore(deps-dev): update torch requirement in /packages/media-core Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.0.0...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/media-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/media-core/pyproject.toml b/packages/media-core/pyproject.toml index 2ae75a66..659ca3e7 100644 --- a/packages/media-core/pyproject.toml +++ b/packages/media-core/pyproject.toml @@ -25,7 +25,7 @@ diarize-speechbrain = [ # (e.g. `torchaudio.list_audio_backends()`), which were removed in # torchaudio 2.9+. Keep this pinned until SpeechBrain updates. "speechbrain>=0.5.16", - "torch>=2.0.0,<2.9.0", + "torch>=2.0.0,<2.12.0", "torchaudio>=2.0.0,<2.9.0", "soundfile>=0.12.1", ]