From e79d2bd346987c38995c926e337f38c90f947b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 05:55:40 +0000 Subject: [PATCH] Update dependency torchvision to v0.20.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3204f0f..9ba522b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-on-whales = "^0.73.0" sigmf = "^1.2.0" tqdm = "^4.66.4" torch = "2.4.1" -torchvision = "0.19.1" +torchvision = "0.20.0" torch-model-archiver = "^0.12.0" torchsig = {path = "torchsig"} cupy-cuda11x = "13.3.0"