mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 14:26:56 +08:00
Connect TrainTask & Rolling & DDG-DA (#1599)
* Connect train task to ddg-da & rolling * Pylint & black formatting * Formatting
This commit is contained in:
5
setup.py
5
setup.py
@@ -176,11 +176,12 @@ setup(
|
||||
],
|
||||
"finco": [
|
||||
# finco is not necessary for all Qlib users; So a single require section is used for it.
|
||||
"openapi",
|
||||
"openai",
|
||||
"pydantic", # Please add it to basic requirements after the design of pydantic is state.
|
||||
"pydantic-settings",
|
||||
"python-dotenv", # I don't think this is necessary if we use pydantic.
|
||||
"fuzzywuzzy",
|
||||
"python-Levenshtein" # not necessary but accelerate fuzzywuzzy calculation
|
||||
"python-Levenshtein", # not necessary but accelerate fuzzywuzzy calculation
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user