1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Specify the tianshou version to match the dev environment to avoid the error in issue #1477. (#1502)

This commit is contained in:
Fivele-Li
2023-04-28 13:50:25 +08:00
committed by GitHub
parent 7f1e8c5206
commit dceff7b471

View File

@@ -170,7 +170,7 @@ setup(
"gym>=0.24", # If you do not put gym at the end, gym will degrade causing pytest results to fail.
],
"rl": [
"tianshou",
"tianshou<=0.4.10",
"torch",
],
},