Skip to content

Commit

Permalink
build(deps-dev): bump torchmetrics in /runtimes/mlflow (#2013)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 44ebb1e commit b9a7017
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions runtimes/mlflow/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtimes/mlflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mlflow = "*"
mlserver = {path = "../..", develop = true}
torch = "^2.4"
pytorch-lightning = "^2.4"
torchmetrics = "1.6.0"
torchmetrics = "1.6.1"
torchvision = "0.19.1"

[build-system]
Expand Down

0 comments on commit b9a7017

Please sign in to comment.