From d6af5bf5cd5c10839b79055c4b317d2d430bae99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 08:25:39 +0000 Subject: [PATCH] Bump torch from 2.6.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07d77cc4..951bf39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ name = "vamb" dependencies = [ "vambcore == 0.1.2", "numpy == 1.26.4", - "torch == 2.6.0", + "torch == 2.8.0", "pycoverm == 0.6.2", "networkx == 3.4.2", "scikit-learn == 1.6.1",