[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/105: gnu: python-hmmlearn: Add missing inputs.
From: |
guix-commits |
Subject: |
99/105: gnu: python-hmmlearn: Add missing inputs. |
Date: |
Sat, 21 Dec 2024 11:56:53 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 7310b5bd1cfea199b63cc2e46ca8f6726486c61b
Author: Ricardo Wurmus <rekado@elephly.net>
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")
- 64/105: gnu: python-py2bit: Use pyproject-build-system., (continued)
- 64/105: gnu: python-py2bit: Use pyproject-build-system., guix-commits, 2024/12/21
- 76/105: gnu: python-a2wsgi: Disable one test., guix-commits, 2024/12/21
- 78/105: gnu: python-pydantic: Fix build., guix-commits, 2024/12/21
- 84/105: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/21
- 73/105: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/21
- 82/105: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/21
- 86/105: gnu: python-gast: Update to 0.6.0., guix-commits, 2024/12/21
- 89/105: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/21
- 87/105: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/21
- 98/105: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2024/12/21
- 99/105: gnu: python-hmmlearn: Add missing inputs.,
guix-commits <=
- 103/105: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2024/12/21
- 95/105: gnu: python-dulwich: Update to 0.21.7., guix-commits, 2024/12/21
- 97/105: gnu: python-pydevd: Disable flaky tests., guix-commits, 2024/12/21
- 93/105: gnu: python-gevent: Propagate greenlet., guix-commits, 2024/12/21
- 104/105: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2024/12/21