From 1325b812311e488ee57062b5effd4472e23a693c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:29:05 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 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.1.2...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 0aec0c1..dc62cdb 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.8.0', 'joblib>=1.3.0', 'qcelemental>=0.27.1', 'qcengine>=0.26.0'