# MSA测量系统分析工具依赖
# Python 3.7+

# 核心依赖 - 无外部依赖,使用Python标准库
# tkinter - GUI界面 (Python自带)
# math - 数学计算 (Python自带)
# csv - CSV文件处理 (Python自带)
# os - 文件操作 (Python自带)
# datetime - 日期时间 (Python自带)
# random - 随机数生成 (Python自带)

# 可选依赖 - 用于增强图表功能
# matplotlib>=3.5.0  # 可选: 用于绘制更精美的统计图表

# 如需安装可选依赖,执行:
# pip install matplotlib>=3.5.0
