From 6b14f0e7ac6528051fcfad8eab936192000b89c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:38:29 +0000 Subject: [PATCH] Bump mlflow from 0.8.0 to 2.2.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 0.8.0 to 2.2.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/v0.8.0...v2.2.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..d000c0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mlflow==0.8.0 +mlflow==2.2.1 yacs==0.1.4 diff --git a/setup.py b/setup.py index b2c2c08..a6fa4e6 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 == 2.2.1", "yacs == 0.1.4", ], ) \ No newline at end of file