From e2decae834e6eefec751de3f41cbc39a86c54ed9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:51:03 +0000 Subject: [PATCH] chore(deps): update dependency torchvision to v0.18.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7b694a3..6cc7befd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "seaborn==0.13.0", "sourmash==4.8.4", "torch==2.3.1", - "torchvision==0.16.0", + "torchvision==0.18.1", "wandb==0.16.0", ]