From 5d9eaac038a5c4e06bd123f488e66171effa898c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:44:56 +0000 Subject: [PATCH] Bump mlflow from 1.2.0 to 2.3.1 Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.2.0 to 2.3.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.3.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..ae53825 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.3.1 xgboost==0.90 lightgbm==2.3.0 gensim==3.8.1 diff --git a/setup.py b/setup.py index 07051d3..5894482 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.3.1" ] setuptools.setup(