diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-07-05 21:06:50 +0200 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2021-07-05 12:34:02 -0700 |
| commit | 6b972ad4252056bd377c6f1c25ae7e65c268840d (patch) | |
| tree | c83aaa1db3a421419b6c9e4f6113504b4d697d0c /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | 1b4cff3a848df83e553603875b812e973951d164 (diff) | |
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)
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
