# GM_Visual Requirements

# Core dependencies
customtkinter>=5.2.0

# Data processing (inherited from Signals module)
numpy>=1.24.0
pandas>=2.0.0
scipy>=1.10.0

# GUI and visualization
matplotlib>=3.7.0
Pillow>=9.5.0

# Installation and shortcuts (Windows)
pywin32>=305; sys_platform == 'win32'
winshell>=0.6; sys_platform == 'win32'

# Development and testing
pytest>=7.0.0
