Update torchmetrics requirement from <=0.7.2,>=0.4.1 to >=0.4.1,<0.9.2 in /requirements (#13275)
Update torchmetrics requirement in /requirements Updates the requirements on [torchmetrics](https://github.com/PyTorchLightning/metrics) to permit the latest version. - [Release notes](https://github.com/PyTorchLightning/metrics/releases) - [Changelog](https://github.com/PyTorchLightning/metrics/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyTorchLightning/metrics/compare/v0.4.1...v0.9.1) --- 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>
This commit is contained in:
parent
6371d7c615
commit
bbc51d16a3
|
@ -4,7 +4,7 @@ tqdm>=4.57.0, <=4.63.0
|
|||
PyYAML>=5.4, <=6.0
|
||||
fsspec[http]>=2021.05.0, !=2021.06.0, <=2022.2.0
|
||||
tensorboard>=2.2.0, <2.10.0
|
||||
torchmetrics>=0.4.1, <=0.7.2
|
||||
torchmetrics>=0.4.1, <0.9.2
|
||||
pyDeprecate>=0.3.1, <=0.3.2
|
||||
packaging>=17.0, <=21.3
|
||||
typing-extensions>=4.0.0, <4.2.1
|
||||
|
|
Loading…
Reference in New Issue