student-score-prediction/requirements.txt

11 lines
172 B
Plaintext
Raw Normal View History

2026-01-12 10:44:21 +08:00
# 核心依赖
openai>=1.0.0
python-dotenv>=1.0.0
# 根据你的项目需要添加其他依赖
# requests>=2.31.0
# pandas>=2.0.0
# matplotlib>=3.7.0
# streamlit>=1.28.0