From f772b5b4f68bd1844a9612042de4ef76195c0846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:29:03 +0000 Subject: [PATCH] build(deps): update torch requirement in /dev/chemistry-creative-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/v2.1.0...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/chemistry-creative-server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/chemistry-creative-server/pyproject.toml b/dev/chemistry-creative-server/pyproject.toml index cf521e5..f7756cb 100644 --- a/dev/chemistry-creative-server/pyproject.toml +++ b/dev/chemistry-creative-server/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "chemeleon-dng @ git+https://github.com/hspark1212/chemeleon-dng.git@v0.1.2", "mace-torch>=0.3.0", # Cap below 2.11 — torch 2.11 requires CUDA 13 drivers. See dev/pyproject.toml. - "torch>=2.1.0,<2.11", + "torch>=2.1.0,<2.12", "pymatgen>=2.4.1.0", ]