diff options
-rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ 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") |