From 41b3c972c739773040a8988f71b1cf42179ea789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 05:10:51 +0000 Subject: [PATCH] Bump mlflow in /nlp/python-sdk-v2/data-science/environments/training Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.3.1 to 2.5.0. - [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.3.1...v2.5.0) --- 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 173fe3f..8d51bde 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.3.1 +mlflow==2.5.0 azureml-mlflow==1.41.0 # matplotlib==3.5.2 # tqdm==4.64.0