Files
btc_price_anany/requirements.txt
riba2534 2b0eb4449f feat: 添加 K 线数据一键下载脚本
- 新增 download_data.py,从 Binance API 自动下载全部 15 个粒度 K 线数据
- 支持断点续传、限频重试、Ctrl+C 安全中断
- 更新 README 数据获取说明和项目结构
- requirements.txt 添加 requests 依赖

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 01:20:55 +08:00

19 lines
300 B
Plaintext

requests>=2.28
pandas>=2.0
numpy>=1.24
scipy>=1.11
matplotlib>=3.7
seaborn>=0.12
statsmodels>=0.14
PyWavelets>=1.4
arch>=6.0
scikit-learn>=1.3
# pandas-ta 已移除,技术指标在 indicators.py 中手动实现
hdbscan>=0.8
nolds>=0.5.2
prophet>=1.1
torch>=2.0
pyod>=1.1
plotly>=5.15
pmdarima>=2.0