From da24eaccaa92aa236cc5f63e9de21bf5da808c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 18:03:43 +0000 Subject: [PATCH] Bump mlflow in /tutorials/e2e-distributed-pytorch-image Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.2.1 to 2.12.1. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v2.2.1...v2.12.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tutorials/e2e-distributed-pytorch-image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/e2e-distributed-pytorch-image/requirements.txt b/tutorials/e2e-distributed-pytorch-image/requirements.txt index 73177f277e..b33ccc9aff 100644 --- a/tutorials/e2e-distributed-pytorch-image/requirements.txt +++ b/tutorials/e2e-distributed-pytorch-image/requirements.txt @@ -4,7 +4,7 @@ torch==1.10.2 # for metrics reporting/plotting azureml-mlflow==1.40.0 -mlflow==2.2.1 +mlflow==2.12.1 matplotlib==3.5.1 # to run the notebooks locally