Skip to content

Commit 156aad1

Browse files
build(deps): update torchmetrics requirement from <1.5.0,>=0.10.0 to >=0.10.0,<1.8.0 in /requirements (#20739)
build(deps): update torchmetrics requirement in /requirements 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.7.1) --- updated-dependencies: - dependency-name: torchmetrics dependency-version: 1.7.1 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 c88bb40 commit 156aad1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/fabric/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
torchvision >=0.16.0, <0.21.0
5-
torchmetrics >=0.10.0, <1.5.0
5+
torchmetrics >=0.10.0, <1.8.0
66
lightning-utilities >=0.8.0, <0.12.0

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ torch >=2.1.0, <2.6.0
55
tqdm >=4.57.0, <4.67.0
66
PyYAML >=5.4, <6.1.0
77
fsspec[http] >=2022.5.0, <2024.4.0
8-
torchmetrics >=0.7.0, <1.5.0
8+
torchmetrics >=0.7.0, <1.8.0
99
packaging >=20.0, <=23.1
1010
typing-extensions >=4.4.0, <4.11.0
1111
lightning-utilities >=0.10.0, <0.12.0

requirements/pytorch/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
requests <2.32.0
55
torchvision >=0.16.0, <0.21.0
66
ipython[all] <8.19.0
7-
torchmetrics >=0.10.0, <1.5.0
7+
torchmetrics >=0.10.0, <1.8.0
88
lightning-utilities >=0.8.0, <0.12.0

0 commit comments

Comments
 (0)