From d43f2386383b1428c3b79e8a1443986a75341ad5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 21 Dec 2024 09:26:48 +0100 Subject: gnu: python-hmmlearn: Add missing inputs. * gnu/packages/machine-learning.scm (python-hmmlearn)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idd474162534bf8dbbc6e4a9772a2748862e0b045 --- gnu/packages/machine-learning.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 40727b55eb..efa574f4d4 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -5556,7 +5556,11 @@ (define-public python-hmmlearn (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") -- cgit v1.2.3