From 67e184e059959fe40f7bfc3cd181deb40a2d6f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:06:55 +0000 Subject: [PATCH] build(deps-dev): bump torch from 2.9.1 to 2.13.0 in /inference Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1 to 2.13.0. - [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.9.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- inference/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inference/pyproject.toml b/inference/pyproject.toml index 86faf5d..83d46e0 100644 --- a/inference/pyproject.toml +++ b/inference/pyproject.toml @@ -34,8 +34,8 @@ dev = ["pytest>=8.0"] # One CUDA flavour per venv. cu130 needs driver >= 570; use cu128 on older drivers. # nvidia-npp is listed only for cu130 because torchcodec needs libnppicc.so.13 and its wheel # metadata does not declare it. -cu128 = ["torch==2.9.1", "torchvision==0.24.1", "torchaudio==2.9.1"] -cu130 = ["torch==2.9.1", "torchvision==0.24.1", "torchaudio==2.9.1", "nvidia-npp>=13,<14"] +cu128 = ["torch==2.13.0", "torchvision==0.24.1", "torchaudio==2.9.1"] +cu130 = ["torch==2.13.0", "torchvision==0.24.1", "torchaudio==2.9.1", "nvidia-npp>=13,<14"] # Optional backends. Neither is installed by default: the HuggingFace backend needs no extra # package and is the default at runtime.