mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 17:12:20 +08:00
fix CI error
This commit is contained in:
2
setup.py
2
setup.py
@@ -65,6 +65,8 @@ REQUIRED = [
|
|||||||
# To ensure stable operation of the experiment manager, we have limited the version of mlflow,
|
# To ensure stable operation of the experiment manager, we have limited the version of mlflow,
|
||||||
# and we need to verify whether version 2.0 of mlflow can serve qlib properly.
|
# and we need to verify whether version 2.0 of mlflow can serve qlib properly.
|
||||||
"mlflow>=1.12.1, <=1.30.0",
|
"mlflow>=1.12.1, <=1.30.0",
|
||||||
|
# mlflow 1.30.0 requires packaging<22, so we limit the packaging version, otherwise the CI will fail.
|
||||||
|
"packaging<22",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"loguru",
|
"loguru",
|
||||||
"lightgbm>=3.3.0",
|
"lightgbm>=3.3.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user