From 70366277f8acfbbdd100288ffe878555ffe367c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:29:09 +0000 Subject: [PATCH] build(deps): update torch requirement in /dev/chemistry-unified-server Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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/v0.1.1...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/chemistry-unified-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/chemistry-unified-server/pyproject.toml b/dev/chemistry-unified-server/pyproject.toml index c2fab26..6a8f44f 100644 --- a/dev/chemistry-unified-server/pyproject.toml +++ b/dev/chemistry-unified-server/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pymatgen", "ase", # Cap below 2.11 — torch 2.11 requires CUDA 13 drivers. See dev/pyproject.toml. - "torch<2.11", + "torch<2.12", "numpy", "smact", "mace-torch",