From d9cf1db47a9355e92869e46a444073ee74b2fcda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 02:53:44 +0000 Subject: [PATCH] Update torch requirement from <2.0.0,>=1.11.0 to >=2.3.1,<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.3.1) --- 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..63a0f9f 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>=2.3.1,<3.0.0 torchvision>=0.11.0 pytorch-lightning==1.8.3 torchmetrics==0.11.0