From 182aafe18463988fd41cdf710ff070722602ca64 Mon Sep 17 00:00:00 2001 From: Abdul Fatir Date: Fri, 21 Nov 2025 11:37:14 +0100 Subject: [PATCH] Update torch dependency version to >=2.2,<3 (#388) *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae6cad6..2e97fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.10" dependencies = [ - "torch>=2.0,<3", + "torch>=2.2,<3", "transformers>=4.41,<5", "accelerate>=0.34,<2", "numpy>=1.21,<3",