29 lines
483 B
Plaintext
29 lines
483 B
Plaintext
# 核心依赖 - 版本精确指定以确保兼容性
|
|
tensorflow==2.10.0 # 与CUDA 11.2和cuDNN 8.1兼容
|
|
numpy==1.23.5
|
|
pandas==1.5.1
|
|
scikit-learn==1.1.3
|
|
matplotlib==3.6.2
|
|
jieba==0.42.1
|
|
tqdm==4.64.1
|
|
gensim==4.2.0
|
|
|
|
# 数据处理
|
|
nltk==3.7
|
|
symspellpy==6.7.6
|
|
h5py==3.7.0
|
|
openpyxl==3.0.10
|
|
xlrd==2.0.1
|
|
|
|
# Web和API依赖
|
|
flask==2.2.2
|
|
fastapi==0.88.0
|
|
uvicorn==0.20.0
|
|
pydantic==1.10.2
|
|
werkzeug==2.2.2
|
|
jinja2==3.1.2
|
|
python-multipart==0.0.5
|
|
|
|
# 其他工具
|
|
requests==2.28.1
|
|
synonyms==3.16.0 |