From cfb30cdb37543167f1cea72472898d7f544e97d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:11:29 +0000 Subject: [PATCH] Bump mlflow from 0.8.0 to 1.23.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 0.8.0 to 1.23.1. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mlflow/mlflow/compare/v0.8.0...v1.23.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 538e97c..e0516af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mlflow==0.8.0 +mlflow==1.23.1 yacs==0.1.4 diff --git a/setup.py b/setup.py index b2c2c08..b0d31bb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ description='My machine learning experimentation workflow', long_description=open('README.txt').read(), install_requires=[ - "mlflow == 0.8.0", + "mlflow == 1.23.1", "yacs == 0.1.4", ], ) \ No newline at end of file