Skip to content

Commit fbcdf06

Browse files
Update torchmetrics requirement from <1.6.0,>=0.10.0 to >=0.10.0,<1.7.0 (#514)
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.6.0) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de60f5f commit fbcdf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pandas >=1.1.5
44
scikit-learn >=1.3.0
55
pytorch-lightning >=2.0.0, <2.5.0
66
omegaconf >=2.3.0
7-
torchmetrics >=0.10.0, <1.6.0
7+
torchmetrics >=0.10.0, <1.7.0
88
tensorboard >2.2.0, !=2.5.0
99
protobuf >=3.20.0, <5.30.0
1010
pytorch-tabnet ==4.1

0 commit comments

Comments
 (0)