Skip to content

Commit 5b01918

Browse files
Bump torchmetrics from 0.10.3 to 1.3.2 (#1925)
* Bump torchmetrics from 0.10.3 to 1.3.2 Bumps [torchmetrics](https://github.com/Lightning-AI/torchmetrics) from 0.10.3 to 1.3.2. - [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.3...v1.3.2) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samet Akcay <samet.akcay@intel.com>
1 parent 75014c4 commit 5b01918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ core = [
3636
"timm>=0.5.4,<=0.6.13",
3737
"lightning>2,<2.2.0",
3838
"torch>=2,<2.2.0",
39-
"torchmetrics==0.10.3",
39+
"torchmetrics>=1.3.2",
4040
"open-clip-torch>=2.23.0",
4141
]
4242
openvino = ["openvino-dev>=2023.0", "nncf>=2.5.0", "onnx>=1.16.0"]

0 commit comments

Comments
 (0)