nixpkgs/pkgs/development/python-modules/phonopy
Martin Weinelt 6b972ad425 python3Packages.phonopy: add missing scipy dependency
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)
2021-07-05 12:34:02 -07:00
..
default.nix python3Packages.phonopy: add missing scipy dependency 2021-07-05 12:34:02 -07:00