rekado pushed a commit to branch python-team
in repository guix.
commit 44ae6f03de30957af9ef8306effa8da4a54cbf47
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Dec 21 09:26:48 2024 +0100
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 badbcd6deb..959a87f9f7 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5490,7 +5490,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")