Skip to content

Commit 7792bf1

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

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

runtimes/mlflow/poetry.lock

Lines changed: 11 additions & 10 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 = ">=2.19.0"
1616
mlserver = {path = "../..", develop = true}
1717
torch = "^2.4"
1818
pytorch-lightning = "^2.4"
19-
torchmetrics = "1.6.1"
19+
torchmetrics = "1.7.2"
2020
torchvision = "0.19.1"
2121

2222
[build-system]

0 commit comments

Comments
 (0)