Skip to content

Commit cc04020

Browse files
Update torchmetrics requirement from <1.7.0,>=0.10.0 to >=0.10.0,<1.9.0
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.8.0) --- updated-dependencies: - dependency-name: torchmetrics dependency-version: 1.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 023db27 commit cc04020

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.7.0
7+
torchmetrics >=0.10.0, <1.9.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)