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

Commit 5079f07

Browse files
build(deps): update torchmetrics requirement
Updates the requirements on [torchmetrics](https://github.com/Lightning-AI/torchmetrics) to permit the latest version. - [Release notes](https://github.com/Lightning-AI/torchmetrics/releases) - [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md) - [Commits](Lightning-AI/torchmetrics@v1.0.0...v1.5.1) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b8f0b6 commit 5079f07

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,7 +1,7 @@
11
numpy <3.0 # needed for older Torch
22
torch >=1.8.1,<2.5
33
pytorch-lightning >=2.0,<2.5
4-
torchmetrics >=1.0,<1.5
4+
torchmetrics >=1.0,<1.6
55
torchvision
66
matplotlib
77
seaborn
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
22
torch>=1.8.1, <2.5
33
pytorch-lightning >=2.0,<2.5
4-
torchmetrics>=1.0, <1.5
4+
torchmetrics>=1.0, <1.6
55
matplotlib

0 commit comments

Comments
 (0)