diff options
author | Ricardo Wurmus <[email protected]> | 2024-12-21 09:26:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-01 20:15:45 +0100 |
commit | d43f2386383b1428c3b79e8a1443986a75341ad5 (patch) | |
tree | 9fe1cc0ae1649b46cffeb4a848519f39d17b5b05 /gnu | |
parent | 100c75620a987f301fe01e398a1adf1b958f02fb (diff) |
gnu: python-hmmlearn: Add missing inputs.
* gnu/packages/machine-learning.scm (python-hmmlearn)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Idd474162534bf8dbbc6e4a9772a2748862e0b045
Diffstat (limited to 'gnu')
-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") |