# DualFlow Core Pipeline Dependencies # pip install -r core/requirements.txt # 数据处理 numpy>=1.21 pandas>=1.3 openpyxl>=3.0 # API 通信 requests>=2.25 # 配置 pyyaml>=5.4 # 机器学习 / 强化学习 torch>=1.10 scikit-learn>=1.0 stable-baselines3>=2.0 gymnasium>=0.26 # 工具 joblib>=1.0 tqdm>=4.60