# ============================================================
# 兼容 Python 3.9 – 3.13
# vectorbt 0.28.5 要求 pandas<3.0 — 请勿升级 pandas
# ============================================================

vectorbt==0.28.5
yfinance>=0.2.66
pandas>=2.0.0,<3.0.0
numpy>=1.24.0
matplotlib>=3.7.0
plotly>=5.0.0
scipy>=1.10.0
tqdm>=4.65.0
pytz>=2023.3

# numba 是可选的 — vectorbt 用它加速，但不装也能运行
# 如果 Python 版本有兼容的 numba wheel，取消下面这行的注释:
# numba>=0.57.0
