mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 00:06:58 +08:00
fix_CI_error (#1325)
This commit is contained in:
3
setup.py
3
setup.py
@@ -154,6 +154,9 @@ setup(
|
|||||||
"baostock",
|
"baostock",
|
||||||
"yahooquery",
|
"yahooquery",
|
||||||
"beautifulsoup4",
|
"beautifulsoup4",
|
||||||
|
# The 5.0.0 version of importlib-metadata removed the deprecated endpoint,
|
||||||
|
# which prevented flake8 from working properly, so we restricted the version of importlib-metadata.
|
||||||
|
"importlib-metadata<5.0.0",
|
||||||
"tianshou",
|
"tianshou",
|
||||||
"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.
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user