From 129a72d3633be2b7cb06d49f51b9a02f7b786282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:05:39 +0000 Subject: [PATCH] chore(deps): update torch requirement from >=2.1 to >=2.12.0 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/ciflow/torchtitan/159523...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hf_space/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hf_space/requirements.txt b/hf_space/requirements.txt index c76a8f2..a6efc18 100644 --- a/hf_space/requirements.txt +++ b/hf_space/requirements.txt @@ -1,4 +1,4 @@ gradio>=6.14.0 -torch>=2.1 +torch>=2.12.0 numpy dose diff --git a/pyproject.toml b/pyproject.toml index eea9ba3..ce64f8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "torch>=2.1", + "torch>=2.12.0", # transformer_lens upper pin is conservative: TL has had breaking # changes in past majors. Loosen when TL 3.x ships and is validated. "transformer_lens>=3.2.1,<4.0",