From 3d19a941348352a6d2de2834bdbbbf3d6da789fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:17:51 +0000 Subject: [PATCH] build(deps): update torch requirement from <2.7,>=1.8.1 to >=1.8.1,<2.8 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.8.1...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- course_UvA-DL/requirements.txt | 2 +- lightning_examples/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course_UvA-DL/requirements.txt b/course_UvA-DL/requirements.txt index 758f5419d..58c9be796 100644 --- a/course_UvA-DL/requirements.txt +++ b/course_UvA-DL/requirements.txt @@ -1,5 +1,5 @@ numpy <3.0 # needed for older Torch -torch >=1.8.1,<2.7 +torch >=1.8.1,<2.8 torchmetrics >=1.0,<1.8 pytorch-lightning >=2.0,<2.6 torchvision diff --git a/lightning_examples/requirements.txt b/lightning_examples/requirements.txt index c32a1c908..b9bf7dbff 100644 --- a/lightning_examples/requirements.txt +++ b/lightning_examples/requirements.txt @@ -1,5 +1,5 @@ numpy <3.0 # needed for older Torch -torch>=1.8.1, <2.7 +torch>=1.8.1, <2.8 torchmetrics>=1.0, <1.8 pytorch-lightning >=2.0,<2.6 matplotlib