From 67da583d9302cb0d837a9dc350d638a4a28b28b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:09:20 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 1.5.1 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.5.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- .../ogbn-arxiv/unimp_appnp_vnode_smooth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/requirements.txt b/ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/requirements.txt index 55dd22dc..32f014fd 100644 --- a/ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/requirements.txt +++ b/ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/requirements.txt @@ -1,5 +1,5 @@ paddlepaddle_gpu==1.8.3.post107 -torch==1.5.1 +torch==1.13.1 tqdm==4.31.1 six==1.12.0 numpy==1.21.0