From 9d1c7ac542bffe395a2fae0caac86bf74fbdb019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:56:56 +0000 Subject: [PATCH] Update torch requirement from >=2.0.0 to >=2.12.1 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/157149...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad075bde..d0d0abe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ documents = [ # Fine-tuning (CPU/general) — no GPU-only deps here so it installs on macOS/ARM finetune = [ - "torch>=2.0.0", + "torch>=2.12.1", "transformers>=4.30.0", "datasets>=2.14.0", "accelerate>=0.20.0",