From 1973e63df85e19d9dbfcadf186e046a76477a997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 05:53:12 +0000 Subject: [PATCH] chore(deps-dev): update torch requirement from >=2.0 to >=2.11.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/163335...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 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 0134a30..dfcaf9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ train = [ "unsloth[colab-new]>=2024.8", "transformers>=4.40", "trl>=0.8", - "torch>=2.0", + "torch>=2.11.0", "bitsandbytes>=0.43", ] dev = [