From 0742b1348fe84c1a4c6cde9489440af1d81aabc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 12:31:41 +0000 Subject: [PATCH] Bump torch in /Image Classifier to Identify Dog Breeds Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.0 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v0.4.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Image Classifier to Identify Dog Breeds/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Image Classifier to Identify Dog Breeds/requirements.txt b/Image Classifier to Identify Dog Breeds/requirements.txt index c46130a..d315c22 100644 --- a/Image Classifier to Identify Dog Breeds/requirements.txt +++ b/Image Classifier to Identify Dog Breeds/requirements.txt @@ -1,3 +1,3 @@ -torch==0.4.0 +torch==1.13.1 Pillow==8.1.1 torchvision==0.2.1