From c1d8d99c380df23d1d6ae7a0ee16e1c492a41556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:40:53 +0000 Subject: [PATCH] chore(deps): bump torch from 2.9.1+cu128 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1+cu128 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/commits/v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f7bf967..8d112984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ ] dependencies = [ # PyTorch with CUDA 12.8 - pinned to match ComfyUI - "torch==2.9.1+cu128", + "torch==2.13.0", "torchvision==0.24.1+cu128", "torchaudio==2.9.1+cu128", # Common dependencies