From 48d424773896ab53759ccc9bce92ebccc241b79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:40:55 +0000 Subject: [PATCH] build: bump the python-deps group with 4 updates Updates the requirements on [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision), [torchaudio](https://github.com/pytorch/audio) and [whisperx](https://github.com/m-bain/whisperx) to permit the latest version. Updates `torch` to 2.12.1 - [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.5.1...v2.12.1) Updates `torchvision` to 0.27.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.20.0...v0.27.1) Updates `torchaudio` to 2.11.0 - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.5.1...v2.11.0) Updates `whisperx` to 3.8.6 - [Release notes](https://github.com/m-bain/whisperx/releases) - [Commits](https://github.com/m-bain/whisperx/compare/v3.1.1...v3.8.6) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: torchvision dependency-version: 0.27.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: torchaudio dependency-version: 2.11.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: whisperx dependency-version: 3.8.6 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements/tribev2-gpu.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d010b92..9d092d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,9 @@ gpu-deps = [ # 34f52344e5ba96660fac877393e1954e399d3ef3 (matches # facebookresearch/tribev2 main pyproject.toml). TRIBE itself is # installed separately from requirements/tribev2-gpu.txt. - "torch>=2.5.1,<2.7", - "torchvision>=0.20,<0.22", - "torchaudio>=2.5.1,<2.7", # TRIBE's audio (W2V-BERT) forward pass needs it + "torch>=2.5.1,<2.13", + "torchvision>=0.20,<0.28", + "torchaudio>=2.5.1,<2.12", # TRIBE's audio (W2V-BERT) forward pass needs it "transformers>=4.45", "huggingface-hub>=0.24", "moviepy>=2.2.1", diff --git a/requirements/tribev2-gpu.txt b/requirements/tribev2-gpu.txt index eb29739..1817e20 100644 --- a/requirements/tribev2-gpu.txt +++ b/requirements/tribev2-gpu.txt @@ -17,4 +17,4 @@ tribev2 @ git+https://github.com/facebookresearch/tribev2.git@34f52344e5ba96660f # `uvx whisperx`, but pinning it here keeps the full `score()` path # reproducible (and makes a non-uvx environment work too). torch / # torchaudio / transformers etc. are declared in the `[gpu-deps]` extra. -whisperx>=3.1.1 +whisperx>=3.8.6