Not given in requirements but apparently an optional dependendency
as the tests are failing without it.
phonopy/qha/eos.py:
try:
from scipy.optimize import leastsq
import scipy
except ImportError:
print("You need to install python-scipy.")
sys.exit(1)