# Python 标准库依赖（内置）
# tkinter    - GUI界面（Python内置）
# numpy      - 数值计算
# matplotlib - 数据可视化

# 第三方依赖（需安装）
numpy>=1.20.0
matplotlib>=3.5.0

# 安装命令: pip install numpy matplotlib
