From fac2d1cd1dd79576d92c2be8b75b145104c45c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:42:59 +0000 Subject: [PATCH] Bump mlflow from 1.2.0 to 2.2.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.2.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/v1.2.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 9aa772c..e54ae9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ scikit-learn==0.21.3 jieba==0.42.1 bert4keras==0.5.9 -mlflow==1.2.0 +mlflow==2.2.1 xgboost==0.90 lightgbm==2.3.0 gensim==3.8.1 diff --git a/setup.py b/setup.py index 07051d3..2ccf440 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() REQUIRED_PACKAGES = [ - 'scikit-learn==0.21.3','jieba==0.42.1',"bert4keras==0.5.9", "mlflow==1.2.0" + 'scikit-learn==0.21.3','jieba==0.42.1',"bert4keras==0.5.9", "mlflow==2.2.1" ] setuptools.setup(