From 56a9b3802b7327af3fdcd4a595dcfaa27a59cd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:49:39 +0000 Subject: [PATCH] Bump mlflow in /cv/aml-cli-v2/data-science/environment Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.2.1 to 2.3.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.3.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cv/aml-cli-v2/data-science/environment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv/aml-cli-v2/data-science/environment/requirements.txt b/cv/aml-cli-v2/data-science/environment/requirements.txt index 7171fec..f71e316 100644 --- a/cv/aml-cli-v2/data-science/environment/requirements.txt +++ b/cv/aml-cli-v2/data-science/environment/requirements.txt @@ -4,7 +4,7 @@ torch==1.13.1 transformers==4.18.0 # for metrics reporting/plotting -mlflow==2.2.1 +mlflow==2.3.1 azureml-mlflow==1.41.0 matplotlib==3.5.2 tqdm==4.64.0