1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

data_collector: cn_index: fix missing dependencies package in requirements.txt (#1770)

add yahooquery and openpyxl in requirements.txt

Signed-off-by: YuLong Yao <feilongphone@gmail.com>
Co-authored-by: Linlang Lv (iSoftStone Information) <v-lvlinlang@microsoft.com>
This commit is contained in:
fei long
2024-05-17 18:43:12 +08:00
committed by GitHub
parent 917e3a725e
commit 6ed83f7c04

View File

@@ -5,3 +5,5 @@ pandas
lxml
loguru
tqdm
yahooquery
openpyxl