From 4279a113a6d906493878e81c88685e19d406bc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:55:12 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.7.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 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.1.2...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 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 0aec0c1..af7a4dc 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'pandas>=2.0', 'hyperopt>=0.1.1', 'cclib>=1.6', - 'torch==2.1.2', + 'torch==2.7.1', 'joblib>=1.3.0', 'qcelemental>=0.27.1', 'qcengine>=0.26.0'