From 760ed9ec625d66096cbdaeb3bf983e16232ee3f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:16:49 +0000 Subject: [PATCH] Update dependency torch to v2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cc35662..f44af28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ packages = find: install_requires = hyperpyyaml==1.1.0 numpy==1.23.1 - torch==1.11.0 + torch==2.2.0 torchaudio==0.11.0 torchvision==0.12.0 tqdm==4.64.1