microsoft / qlib

Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
https://qlib.readthedocs.io/en/latest/
MIT License
14.54k stars 2.53k forks source link

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

Closed feilongfl closed 1 month ago

feilongfl commented 3 months ago

…ments.txt

add yahooquery and openpyxl in requirements.txt

Description

The qlib/scripts/data_collector/cn_index/requirements.txt file is missing necessary dependencies This commit add yahooquery and openpyxl in requirements.txt

Motivation and Context

How Has This Been Tested?

Screenshots of Test Results (if appropriate):

  1. Pipeline test:
  2. Your own tests:

Types of changes