Skip to content

Commit

Permalink
Update torchmetrics requirement from <1.6.0,>=0.10.0 to >=0.10.0,<1.7.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent de60f5f commit b40877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pandas >=1.1.5
scikit-learn >=1.3.0
pytorch-lightning >=2.0.0, <2.5.0
omegaconf >=2.3.0
torchmetrics >=0.10.0, <1.6.0
torchmetrics >=0.10.0, <1.7.0
tensorboard >2.2.0, !=2.5.0
protobuf >=3.20.0, <5.30.0
pytorch-tabnet ==4.1
Expand Down

0 comments on commit b40877c

Please sign in to comment.