mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: python-hmmlearn: Add missing inputs.
* gnu/packages/machine-learning.scm (python-hmmlearn)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idd474162534bf8dbbc6e4a9772a2748862e0b045
This commit is contained in:
parent
100c75620a
commit
d43f238638
1 changed files with 5 additions and 1 deletions
|
@ -5556,7 +5556,11 @@ Python.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy python-scikit-learn python-scipy))
|
(list python-numpy python-scikit-learn python-scipy))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pybind11 python-pytest python-setuptools-scm
|
(list pybind11
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel
|
||||||
util-linux)) ;for lscpu
|
util-linux)) ;for lscpu
|
||||||
(home-page "https://github.com/hmmlearn/hmmlearn")
|
(home-page "https://github.com/hmmlearn/hmmlearn")
|
||||||
(synopsis "Hidden Markov Models with scikit-learn like API")
|
(synopsis "Hidden Markov Models with scikit-learn like API")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue