Skip to content

Commit b9a7017

Browse files
build(deps-dev): bump torchmetrics in /runtimes/mlflow (#2013)
Bumps [torchmetrics](https://github.com/Lightning-AI/torchmetrics) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/Lightning-AI/torchmetrics/releases) - [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/v1.6.1/CHANGELOG.md) - [Commits](Lightning-AI/torchmetrics@v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44ebb1e commit b9a7017

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

runtimes/mlflow/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/mlflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mlflow = "*"
1616
mlserver = {path = "../..", develop = true}
1717
torch = "^2.4"
1818
pytorch-lightning = "^2.4"
19-
torchmetrics = "1.6.0"
19+
torchmetrics = "1.6.1"
2020
torchvision = "0.19.1"
2121

2222
[build-system]

0 commit comments

Comments
 (0)