15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
# 核心依赖
|
||
numpy>=1.21.0
|
||
pandas>=1.3.0
|
||
openpyxl>=3.0.0
|
||
nltk>=3.8
|
||
jieba>=0.42.1
|
||
tqdm>=4.64.0
|
||
xlrd>=2.0.0
|
||
|
||
# LLM API支持(可选)
|
||
openai>=1.0.0
|
||
|
||
# 其他可选依赖
|
||
# requests>=2.28.0 # 用于HTTP请求
|
||
# matplotlib>=3.5.0 # 用于结果可视化(如需要) |