Skip to content

Commit

Permalink
Update torchmetrics requirement from <0.11.0 to <0.12.0 in /requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [torchmetrics](https://github.com/Lightning-AI/metrics) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/metrics/releases)
- [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v0.1.0...v0.11.4)

---
updated-dependencies:
- dependency-name: torchmetrics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent 4ef2750 commit 44aa58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy <1.24.0 # strict # todo: seeing some compatibility issues
pytorch-lightning >1.7.0, <1.9.0 # strict
torchmetrics <0.11.0 # strict
torchmetrics <0.12.0 # strict
lightning-utilities >0.3.1 # this is needed for PL 1.7
torchvision >=0.10.0 # todo: move to topic related extras

0 comments on commit 44aa58b

Please sign in to comment.