We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50be7a9 + e15ea06 commit 9a74fe3Copy full SHA for 9a74fe3
qlib/data/data.py
@@ -1016,7 +1016,8 @@ def __init__(self):
1016
self.logger = get_module_logger(self.__class__.__name__)
1017
if isinstance(Cal, ClientCalendarProvider):
1018
Cal.set_conn(self.client)
1019
- Inst.set_conn(self.client)
+ if isinstance(Inst, ClientInstrumentProvider):
1020
+ Inst.set_conn(self.client)
1021
if hasattr(DatasetD, "provider"):
1022
DatasetD.provider.set_conn(self.client)
1023
else:
setup.py
@@ -35,7 +35,7 @@
35
"scipy>=1.0.0",
36
"requests>=2.18.0",
37
"sacred>=0.7.4",
38
- "python-socketio==3.1.2",
+ "python-socketio",
39
"redis>=3.0.1",
40
"python-redis-lock>=3.3.1",
41
"schedule>=0.6.0",
0 commit comments