From f6941cc870ba94c7a54ad653c1de2d651fe5cff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 05:59:47 +0000 Subject: [PATCH] Update dependency torch to v2 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3660a1..082f3df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ numpy = "1.21.6" openai = "^0.15.0" tqdm = "^4.63.0" boto3 = "^1.21.23" -torch = {version = "1.*", optional = true} +torch = {version = "2.*", optional = true} torchvision = {version = "0.*", optional = true} extruct = {version="^0.13.0", optional = true} top2vec = {version="^1.0.24", optional = true}