diff --git a/cv/aml-cli-v2/data-science/environment/requirements.txt b/cv/aml-cli-v2/data-science/environment/requirements.txt index f71e316..ef8944a 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.3.1 +mlflow==2.5.0 azureml-mlflow==1.41.0 matplotlib==3.5.2 tqdm==4.64.0 diff --git a/cv/aml-cli-v2/data-science/requirements-tests.txt b/cv/aml-cli-v2/data-science/requirements-tests.txt index e2af0c2..298906b 100644 --- a/cv/aml-cli-v2/data-science/requirements-tests.txt +++ b/cv/aml-cli-v2/data-science/requirements-tests.txt @@ -6,7 +6,7 @@ torch==1.13.1 transformers==4.18.0 # 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