From 402f6886b2a48003630e0295b60f7d659f56dd55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:27:19 +0000 Subject: [PATCH] Bump torch in /hyperbox/networks/nasbench301/install Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.0+cu111 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] --- hyperbox/networks/nasbench301/install/requirements_cu111.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperbox/networks/nasbench301/install/requirements_cu111.txt b/hyperbox/networks/nasbench301/install/requirements_cu111.txt index f0106b1..08ac4e7 100644 --- a/hyperbox/networks/nasbench301/install/requirements_cu111.txt +++ b/hyperbox/networks/nasbench301/install/requirements_cu111.txt @@ -262,7 +262,7 @@ timm==0.4.12 toml==0.10.2 tomli==1.2.1 toolz==0.9.0 -torch==1.8.0+cu111 +torch==1.13.1 torch-cluster==1.5.9 -f https://data.pyg.org/whl/torch-1.8.0%2Bcu111.html torch-geometric==1.6.3 -f https://data.pyg.org/whl/torch-1.8.0%2Bcu111.html torch-scatter==2.0.6 -f https://data.pyg.org/whl/torch-1.8.0%2Bcu111.html