aacdffac77
Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
531 B
Plaintext
27 lines
531 B
Plaintext
# Trading Studio 依赖清单
|
|
# CUDA 版 PyTorch 请按 DEPLOY.md 单独安装(cu121),此处不重复指定
|
|
|
|
# Web 中控
|
|
gradio>=4.44.0
|
|
fastapi>=0.100.0
|
|
uvicorn[standard]>=0.23.0
|
|
|
|
# 语音识别(CUDA 加速)
|
|
faster-whisper>=1.0.0
|
|
|
|
# 远程 LLM 通信
|
|
requests>=2.31.0
|
|
|
|
# 语音合成
|
|
ChatTTS @ git+https://github.com/2noise/ChatTTS.git
|
|
torchaudio>=2.1.0
|
|
scipy>=1.11.0
|
|
numpy>=1.24.0
|
|
librosa>=0.10.0
|
|
|
|
# 音频处理辅助
|
|
soundfile>=0.12.0
|
|
huggingface_hub>=0.20.0
|
|
|
|
# PM2 通过 Node.js 全局安装,不在 pip 范围内
|