Skip to content

Commit 5f2e32b

Browse files
build(deps): update torchmetrics requirement in /requirements
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@v0.10.0...v1.3.0) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 239e527 commit 5f2e32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy <1.26.0
22
pytorch-lightning >1.7.0, <2.0.0 # strict
3-
torchmetrics >=0.10.0, <0.12.0
3+
torchmetrics >=0.10.0, <1.4.0
44
lightning-utilities >0.3.1 # this is needed for PL 1.7
55
torchvision >=0.10.0 # todo: move to topic related extras
66
tensorboard >=2.9.1, <2.14.0 # for `TensorBoardLogger`

0 commit comments

Comments
 (0)