From 705f92dbe14050b769dd9c4655a236c028b4f064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:49:29 +0000 Subject: [PATCH] Bump mlflow in /nlp/python-sdk-v2/data-science/environments/training 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] --- .../data-science/environments/training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlp/python-sdk-v2/data-science/environments/training/requirements.txt b/nlp/python-sdk-v2/data-science/environments/training/requirements.txt index 52623c6..173fe3f 100644 --- a/nlp/python-sdk-v2/data-science/environments/training/requirements.txt +++ b/nlp/python-sdk-v2/data-science/environments/training/requirements.txt @@ -8,7 +8,7 @@ rouge_score==0.0.4 sentencepiece==0.1.96 # 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