From bf11ed7e53491cf47507fa80095ffd0c6dc8afd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:50:57 +0000 Subject: [PATCH] Bump torchvision from 0.17.1 to 0.17.2 Bumps [torchvision](https://github.com/pytorch/vision) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e14ef22..07acc6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ scikit-learn==1.4.1.post1 scipy==1.12.0 tensorboardX==2.6.2.2 torch==2.2.1 -torchvision==0.17.1 +torchvision==0.17.2 tqdm==4.66.2 xmltodict==0.13.0