- 添加 requirements.txt 用于 pip 依赖管理 - 添加 setup.py 用于包安装 - 添加 QUICKSTART.md 快速开始指南 - 添加 check_environment.py 环境检查脚本 - 更新 README.md 添加详细的安装步骤 - 更新 .gitignore 忽略模型和数据文件
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
numpy>=1.24.0
|
|
polars>=0.19.0
|
|
scikit-learn>=1.3.0
|
|
imbalanced-learn>=0.11.0
|
|
matplotlib>=3.7.0
|
|
seaborn>=0.12.0
|
|
joblib>=1.3.0
|
|
pydantic>=2.0.0
|
|
streamlit>=1.28.0
|