30 lines
447 B
Plaintext
30 lines
447 B
Plaintext
# FastAPI 和 Web 框架
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
python-multipart==0.0.6
|
|
python-dotenv==1.0.0
|
|
|
|
# 数据处理
|
|
pandas==2.2.2
|
|
numpy==1.26.4
|
|
|
|
# 统计和科学计算
|
|
scipy==1.13.0
|
|
scikit-learn==1.3.0
|
|
statsmodels==0.14.0
|
|
|
|
# 可视化
|
|
matplotlib==3.7.2
|
|
seaborn==0.12.2
|
|
|
|
# API 和数据
|
|
openai==1.3.0
|
|
gradio_client>=0.9.0
|
|
requests==2.31.0
|
|
|
|
# 系统和图像
|
|
psutil==5.9.5
|
|
|
|
# 生产部署
|
|
gunicorn==21.2.0
|