From 3ee7230f504992d6a7a24b0eced0da8a644eae8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 10:07:24 +0000 Subject: [PATCH] Update torchvision requirement from ~=0.10.1 to ~=0.13.1 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.10.1...v0.13.1) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44b4dac..3bbd989 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ soundfile~=0.10.3.post1 swifter~=1.0 tensorboardx~=2.4 tensorflow>=2.4.0 -torchvision~=0.10.1 +torchvision~=0.13.1 torch~=1.9.1 tqdm~=4.62.3 typing_extensions~=3.10.0.2