From 6875811141a7aac918fff9c17f689c96d2cb6f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:42:41 +0000 Subject: [PATCH] Update torchvision requirement from 0.17.0 to 0.17.2 Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.17.0...v0.17.2) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 899389ce..06bcc750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ einops = "0.7.0" bitsandbytes = "0.43.0" transformers = "4.39.1" einops-exts = "0.0.4" -torchvision = "0.17.0" +torchvision = "0.17.2" accelerate = "0.28.0" datasets = "*" loguru = "*"