From 426e212c0211679406a7d91ab632245bc3f3f7be Mon Sep 17 00:00:00 2001 From: Sukriti-Sharma4 Date: Thu, 6 Nov 2025 16:28:40 -0700 Subject: [PATCH] upgrade pytorch dep range Signed-off-by: Sukriti-Sharma4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 565d1a52..ee193953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "sentencepiece>=0.2.0,<0.3.0", "numpy>=1.26.4,<2.3.0", "transformers>=4.45,<=4.58", -"torch==2.7.1", +"torch>=2.7.1,<2.10.0", ] # This section installs command line executables that point to specific scripts