mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-18 08:05:50 +00:00
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)