From 43b435a3c78dd367d0d9847b3a1f4b67b2da2750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:22:22 +0000 Subject: [PATCH] Update dependency torch to v2.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46c3f7a..e4938fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ in-project = true [tool.poetry.dependencies] python = ">=3.8,<3.13" -torch = "2.4.1" +torch = "2.6.0" transformers = "^4.42.3" pandas = "^2.0.2" tabulate = "^0.9.0"