1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 10:31:00 +08:00

update mlflow version

mlflow 1.11.0 will create a folder name `mlruns` when exist
This commit is contained in:
Young
2020-11-24 13:37:08 +00:00
parent e819879232
commit dfa8bc10a5

View File

@@ -50,7 +50,7 @@ REQUIRED = [
"matplotlib==3.1.3",
"tables>=3.6.1",
"pyyaml>=5.3.1",
"mlflow>=1.10.0",
"mlflow>=1.12.1",
"tqdm",
"loguru",
"lightgbm",