From 0804c18ecff2fe6c99b77db5bbc77f3352e280c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 06:02:46 +0000 Subject: [PATCH] Bump torch from 1.6.0+cu101 to 1.13.1 in /moge/model/dgl/R_GSN Bumps [torch](https://github.com/pytorch/pytorch) from 1.6.0+cu101 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/commits/v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- moge/model/dgl/R_GSN/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moge/model/dgl/R_GSN/requirements.txt b/moge/model/dgl/R_GSN/requirements.txt index 33936fa9..03c816bd 100644 --- a/moge/model/dgl/R_GSN/requirements.txt +++ b/moge/model/dgl/R_GSN/requirements.txt @@ -2,7 +2,7 @@ numpy==1.22.0 scipy==1.5.4 ogb==1.2.3 texttable==1.6.3 -torch==1.6.0+cu101 +torch==1.13.1 torchvision==0.7.0+cu101 torch-cluster==1.5.8 torch-geometric==1.6.1