# figforge 的规格校验与布局逻辑仅需 Python 标准库（3.10+）。
# 出图需要 matplotlib（可选依赖，未安装时给提示而非崩溃）：
matplotlib>=3.5
# 运行测试需要 pytest：
pytest>=7.0
