1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 04:50:56 +08:00

Optimize the implementation of uri & Fix async log bug (#1364)

* Optimize the implementation of uri

* remove redundant func

* Set the right order of _set_client_uri

* Update qlib/workflow/expm.py

* Simplify client & add test.Add docs; Fix async bug

* Fix comments & pylint

* Improve README
This commit is contained in:
you-n-g
2022-11-18 13:11:31 +08:00
committed by GitHub
parent b51e881be3
commit 994f89319d
7 changed files with 94 additions and 63 deletions

View File

@@ -62,7 +62,7 @@ REQUIRED = [
"matplotlib>=3.3",
"tables>=3.6.1",
"pyyaml>=5.3.1",
"mlflow>=1.12.1",
"mlflow>=1.12.1, <=1.30.0",
"tqdm",
"loguru",
"lightgbm>=3.3.0",