Files
YG_LLM_TESTER/requirements.txt

15 lines
271 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.
# 核心依赖
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 # 用于结果可视化(如需要)