# waveform_trace 工具依赖
# 用于 PyInstaller 打包

# Verilog AST 解析
pyverilog>=1.3.0

# 图数据结构
networkx>=3.0

# VCD 文件解析
vcdvcd>=2.0

# 数据处理
pandas>=2.0
numpy>=1.24

# PyInstaller 打包工具（开发依赖）
pyinstaller>=6.0
