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

Add docs to context and retrieve (#1566)

* add analyser docstring to context;
* add retrieve method to context manager;

* add notes to retrieve
This commit is contained in:
Fivele-Li
2023-06-24 21:47:27 +08:00
committed by GitHub
parent f12184cc0f
commit 1326ac614d
5 changed files with 45 additions and 10 deletions

View File

@@ -178,6 +178,8 @@ setup(
"openapi",
"pydantic", # Please add it to basic requirements after the design of pydantic is state.
"python-dotenv", # I don't think this is necessary if we use pydantic.
"fuzzywuzzy",
"python-Levenshtein" # not necessary but accelerate fuzzywuzzy calculation
],
},
include_package_data=True,