ShopTRAINING/portable_requirements.txt

24 lines
384 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基础依赖
pandas>=2.1.0
numpy>=1.26.0
matplotlib>=3.8.0
scikit-learn>=1.4.0
tqdm>=4.66.0
# PyTorch (CPU版本如需GPU支持可替换为相应版本)
torch>=2.1.0
torchvision>=0.16.0
# API相关
fastapi>=0.104.0
uvicorn>=0.23.0
python-multipart>=0.0.6
pydantic>=2.4.0
# 其他工具
openpyxl>=3.1.2 # Excel支持
setuptools>=68.0.0
wheel>=0.41.0
flask
flask_cors
flasgger