29 lines
474 B
Plaintext
29 lines
474 B
Plaintext
# 基础依赖
|
||
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
|
||
pytorch-tcn>=0.4.1
|
||
|
||
# API相关
|
||
fastapi>=0.104.0
|
||
uvicorn>=0.23.0
|
||
python-multipart>=0.0.6
|
||
pydantic>=2.4.0
|
||
|
||
# TensorFlow for TCN
|
||
# tensorflow>=2.10.0
|
||
# tensorflow-addons>=0.23.0
|
||
|
||
# 其他工具
|
||
openpyxl>=3.1.2 # Excel支持
|
||
setuptools>=68.0.0
|
||
wheel>=0.41.0
|
||
flask
|
||
flask_cors
|
||
flasgger |