Update torchmetrics requirement from <0.9.3,>=0.7.0 to >=0.7.0,<0.10.1 in /requirements (#15135)
Update torchmetrics requirement in /requirements 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/metrics/blob/master/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/metrics/compare/v0.7.0...v0.10.0) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7c68b96b93
commit
8bed540278
|
@ -7,7 +7,7 @@ tqdm>=4.57.0, <4.65.0
|
|||
PyYAML>=5.4, <=6.0
|
||||
fsspec[http]>=2021.06.1, <2022.8.0
|
||||
tensorboard>=2.9.1, <2.11.0
|
||||
torchmetrics>=0.7.0, <0.9.3 # needed for using fixed compare_version
|
||||
torchmetrics>=0.7.0, <0.10.1 # needed for using fixed compare_version
|
||||
packaging>=17.0, <=21.3
|
||||
typing-extensions>=4.0.0, <4.3.1
|
||||
lightning-utilities==0.3.*
|
||||
|
|
Loading…
Reference in New Issue