mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-09 22:10:56 +08:00
Specify the tianshou version to match the dev environment to avoid the error in issue #1477. (#1502)
This commit is contained in:
2
setup.py
2
setup.py
@@ -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.
|
"gym>=0.24", # If you do not put gym at the end, gym will degrade causing pytest results to fail.
|
||||||
],
|
],
|
||||||
"rl": [
|
"rl": [
|
||||||
"tianshou",
|
"tianshou<=0.4.10",
|
||||||
"torch",
|
"torch",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user