From ec8bbca7022a53da8f9a65591b6a6893b9f2448d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:54:38 +0000 Subject: [PATCH] Update torch requirement from <2.0.0,>=1.11.0 to >=1.11.0,<3.0.0 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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/v1.11.0...v2.1.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runner-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner-requirements.txt b/runner-requirements.txt index 3f40053..dc9da5c 100644 --- a/runner-requirements.txt +++ b/runner-requirements.txt @@ -6,7 +6,7 @@ # pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 # pip install -r requirements.txt # --------- pytorch --------- # -torch>=1.11.0,<2.0.0 +torch>=1.11.0,<3.0.0 torchvision>=0.11.0 pytorch-lightning==1.8.3 torchmetrics==0.11.0