From 4db3a502fb99144e0c5ccf6a8b5ec9d071094436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 08:18:13 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 576dce3..16ddf5a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires = [ "numpy==1.26.4", "mss==9.0.1", "sentence-transformers==3.0.0", - "torch==2.6.0", + "torch==2.8.0", "torchvision==0.17.0", "shapely==2.0.4", "h5py==3.11.0",