1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +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:
Ricardo Wurmus 2024-12-21 09:26:48 +01:00
parent 100c75620a
commit d43f238638
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")