Skip to content

Commit 5fae35d

Browse files
Bump mlflow from 1.2.0 to 1.23.1
Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.2.0 to 1.23.1. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.rst) - [Commits](mlflow/mlflow@v1.2.0...v1.23.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 394ffaa commit 5fae35d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
scikit-learn==0.21.3
33
jieba==0.42.1
44
bert4keras==0.5.9
5-
mlflow==1.2.0
5+
mlflow==1.23.1
66
xgboost==0.90
77
lightgbm==2.3.0
88
gensim==3.8.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
REQUIRED_PACKAGES = [
7-
'scikit-learn==0.21.3','jieba==0.42.1',"bert4keras==0.5.9", "mlflow==1.2.0"
7+
'scikit-learn==0.21.3','jieba==0.42.1',"bert4keras==0.5.9", "mlflow==1.23.1"
88
]
99

1010
setuptools.setup(

0 commit comments

Comments
 (0)