~ruther/guix-local

d43f2386383b1428c3b79e8a1443986a75341ad5 — Ricardo Wurmus 1 year, 5 months ago 100c756
gnu: python-hmmlearn: Add missing inputs.

* gnu/packages/machine-learning.scm (python-hmmlearn)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Idd474162534bf8dbbc6e4a9772a2748862e0b045
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +5 -1
@@ 5556,7 5556,11 @@ Python.")
    (propagated-inputs
     (list python-numpy python-scikit-learn python-scipy))
    (native-inputs
     (list pybind11 python-pytest python-setuptools-scm
     (list pybind11
           python-pytest
           python-setuptools
           python-setuptools-scm
           python-wheel
           util-linux)) ;for lscpu
    (home-page "https://github.com/hmmlearn/hmmlearn")
    (synopsis "Hidden Markov Models with scikit-learn like API")