From 759cc4f75a4d0e258adc2cf0a5562257e9950dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 21:56:21 +0000 Subject: [PATCH] Bump torch from 1.4.0 to 1.13.1 in /python Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.4.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements_dev.txt b/python/requirements_dev.txt index 85845c9ed8..c308d8ad73 100644 --- a/python/requirements_dev.txt +++ b/python/requirements_dev.txt @@ -8,7 +8,7 @@ pillow>=7.0.0,<=7.1.2 scipy>=1.2,<=1.5 # For pytorch arrow -torch==1.4.0 +torch==1.13.1 torchvision==0.5.0 # if building wheel