From 6f521b6d0d185bdb24ecd2f58c71b9d97a8c51df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:58:56 +0000 Subject: [PATCH] Bump torch from 2.6.0 to 2.8.0 in /milp-evolve 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] --- milp-evolve/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milp-evolve/requirements.txt b/milp-evolve/requirements.txt index ff701dd..5a9db90 100644 --- a/milp-evolve/requirements.txt +++ b/milp-evolve/requirements.txt @@ -14,7 +14,7 @@ tensorboard==2.17.1 tensorboard-data-server==0.7.2 tensorboard-logger==0.1.0 termcolor==2.5.0 -torch==2.6.0 +torch==2.8.0 torch_cluster==1.6.3+pt23cu121 torch_geometric==2.5.3 torch_scatter==2.1.2+pt23cu121