You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
alpha_tools/requirements.txt

32 lines
472 B

# 核心数据分析
pandas>=2.0.0
numpy>=1.24.0
# 可视化
matplotlib>=3.7.0
seaborn>=0.12.0
# 量化交易
backtrader>=1.9.78
yfinance>=0.2.18
## brew install ta-lib
ta-lib>=0.4.25
# 机器学习
scikit-learn>=1.3.0
xgboost>=1.7.0
# 工具库
httpx>=0.28.1
tqdm>=4.65.0
# PyTorch 生态系统
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
pytorch-lightning>=2.0.0
torchinfo>=1.7.0
# 时间序列深度学习
pytorch-forecasting>=1.0.0
pytorch-tabular>=1.0.0