# PyMeshGen - Python非结构化网格生成器
# 核心依赖列表（PyPI 默认安装）

# 核心依赖
numpy>=1.26.0
scipy>=1.10.0
matplotlib>=3.9.4

# 3D可视化
vtk>=9.5.0

# GUI框架
PyQt5>=5.15.0

# 空间索引
rtree>=1.4.0

# 图像处理
pillow>=10.0.0

# CGNS文件支持
h5py>=3.9.0

# 开发和测试工具
# pytest>=7.0.0  # 可选，用于运行pytest测试
# pefile>=2023.0.0  # 可选，用于分析DLL依赖
