From 7a2196663cc3d7a69a73e9042dddbd647504b923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:11:01 +0000 Subject: [PATCH] Bump torch from 2.6.0 to 2.8.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.6.0 to 2.8.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.6.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- dincli/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dincli/requirements.txt b/dincli/requirements.txt index 220e48a..ceb7ef5 100644 --- a/dincli/requirements.txt +++ b/dincli/requirements.txt @@ -106,7 +106,7 @@ starlette==0.46.2 sympy==1.13.1 threadpoolctl==3.6.0 toolz==1.1.0 -torch==2.6.0 +torch==2.8.0 torchvision==0.21.0 triton==3.2.0 typer==0.20.0 diff --git a/pyproject.toml b/pyproject.toml index 10fb7f8..f81ceca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "python-dotenv>=1.0.0", "web3>=6.0.0", "requests>=2.31.0", - "torch==2.6.0", + "torch==2.8.0", "torchvision==0.21.0", "platformdirs==4.5.0", "numpy==2.2.5"