Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 3d19a94

Browse files
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](pytorch/pytorch@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] <[email protected]>
1 parent 48bf5a0 commit 3d19a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

course_UvA-DL/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy <3.0 # needed for older Torch
2-
torch >=1.8.1,<2.7
2+
torch >=1.8.1,<2.8
33
torchmetrics >=1.0,<1.8
44
pytorch-lightning >=2.0,<2.6
55
torchvision
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy <3.0 # needed for older Torch
2-
torch>=1.8.1, <2.7
2+
torch>=1.8.1, <2.8
33
torchmetrics>=1.0, <1.8
44
pytorch-lightning >=2.0,<2.6
55
matplotlib

0 commit comments

Comments
 (0)