# Python >= 3.11 required
# Tested on Python 3.12.10

# Core ML
torch==2.12.0
numpy==2.4.6

# Music processing
pretty_midi==0.2.11
mido==1.3.3

# Visualization
matplotlib==3.10.9

# Web UI (optional — only needed for app.py)
gradio==6.16.0

# Testing
pytest==9.0.3
