From cab98bd7247d772650d827962dd93f6d2dd75c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:37:05 +0000 Subject: [PATCH] Bump mlflow in /tutorials/e2e-distributed-pytorch-image Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.2.1 to 2.14.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.14.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..0ecad69221 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.14.1 matplotlib==3.5.1 # to run the notebooks locally