Skip to content

Commit bbc51d1

Browse files
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](Lightning-AI/torchmetrics@v0.4.1...v0.9.1) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6371d7c commit bbc51d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tqdm>=4.57.0, <=4.63.0
44
PyYAML>=5.4, <=6.0
55
fsspec[http]>=2021.05.0, !=2021.06.0, <=2022.2.0
66
tensorboard>=2.2.0, <2.10.0
7-
torchmetrics>=0.4.1, <=0.7.2
7+
torchmetrics>=0.4.1, <0.9.2
88
pyDeprecate>=0.3.1, <=0.3.2
99
packaging>=17.0, <=21.3
1010
typing-extensions>=4.0.0, <4.2.1

0 commit comments

Comments
 (0)