Dependency fix for the auto_analyses.relax_disp_repeat_cpmg module.
This was causing relax to fail. SciPy is an optional dependence for relax, but this module caused
relax to not start if scipy was not installed. This was detected by testing relax with PyPy.