1
0
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:
Linlang
2025-09-08 14:58:20 +08:00
parent 9eee6d33b0
commit 2276552c1f

View File

@@ -45,7 +45,7 @@ dependencies = [
"pymongo",
"loguru",
"lightgbm",
"gymnasium",
"gymnasium<=0.26.2",
"cvxpy",
"joblib",
"matplotlib",