From f5f33069c5a6a24521789f1746c16aecd97416c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:50:31 +0000 Subject: [PATCH] deps(deps): update torch requirement in /dev 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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/pyproject.toml b/dev/pyproject.toml index 7924b0b..537ca51 100644 --- a/dev/pyproject.toml +++ b/dev/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ # that supports CUDA >= 12.0, so it covers a much broader range of # real-world machines. Raise this ceiling once the CUDA 13 driver floor # is actually the common case in the communities we ship to. - "torch>=2.1.0,<2.11", + "torch>=2.8.0,<2.11", "smact>=2.7.0", "mace-torch>=0.3.0", ]