# Requirements for GM_Signals module

# Core scientific computing
numpy>=1.21.0
pandas>=1.3.0

# Advanced statistics and signal processing
scipy>=1.7.0

# GUI components
Pillow>=8.0.0  # For image handling in GUI apps

# Development and testing
pytest>=6.0.0