# use:
scipy~=1.18
soundfile~=0.13
sounddevice~=0.5
# Python ==3.14
numpy~=2.5;python_version>='3.14'
numba~=0.67;python_version>='3.14'
# Python ==3.13
numpy~=2.3;python_version=='3.13'
numba~=0.62;python_version=='3.13'
# Python <=3.12
numpy~=2.0;python_version<='3.12'
numba~=0.60;python_version<='3.12'

# plotting:
matplotlib~=3.10
seaborn~=0.13
