1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 04:20:57 +08:00

Fix ClientProvider not supporting LocalInstrumentProvider && online using the latest python-socketio

This commit is contained in:
zhupr
2021-04-25 23:50:29 +08:00
parent 50be7a9171
commit e15ea06122
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ REQUIRED = [
"scipy>=1.0.0",
"requests>=2.18.0",
"sacred>=0.7.4",
"python-socketio==3.1.2",
"python-socketio",
"redis>=3.0.1",
"python-redis-lock>=3.3.1",
"schedule>=0.6.0",