From b9d4eac717cb2808d9e6bd6bc5ebc59d89278a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 02:05:15 +0000 Subject: [PATCH] Bump torch from 2.6.0 to 2.7.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.7.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.6.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 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..1c9dab63 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.7.1", "pycoverm == 0.6.2", "networkx == 3.4.2", "scikit-learn == 1.6.1",