mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
fix: trying to fix the error in github action by limiting the version of gymnasium
This commit is contained in:
@@ -45,7 +45,7 @@ dependencies = [
|
|||||||
"pymongo",
|
"pymongo",
|
||||||
"loguru",
|
"loguru",
|
||||||
"lightgbm",
|
"lightgbm",
|
||||||
"gymnasium",
|
"gymnasium<=0.26.2",
|
||||||
"cvxpy",
|
"cvxpy",
|
||||||
"joblib",
|
"joblib",
|
||||||
"matplotlib",
|
"matplotlib",
|
||||||
|
|||||||
Reference in New Issue
Block a user