From 9457573ccb28278d9a938232ecf5ae01784aba0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:37:48 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.6.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.6.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.2.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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 cb3dfdb..f890462 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ long_description_content_type="text/markdown", url="https://github.com/microsoft/ProteinFunctions", #TODO: Change repo name install_requires=[ - "torch==2.2.0", # PyTorch + "torch==2.6.0", # PyTorch "torchvision==0.15.2", # TorchVision # "pytorch-cuda==11.8", #PyTorch CUDA "pandas==1.5.2", # Pandas