With [pyffttw](https://github.com/stumpy-dev/sliding_dot_product/blob/main/sdp/pyfftw_sdp.py) sliding dot product in a stable place, we should consider adding it as a soft dependency to STUMPY. Things to consider: 1. How to fallback to Python/SciPy if [PyFFTW is unavailable](https://github.com/stumpy-dev/sliding_dot_product/issues/29#issuecomment-3707186077) 2. Additional logic for when to switch between different algorithms (including [MASS_V4](https://github.com/stumpy-dev/sliding_dot_product/issues/28))