mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mord: Add missing inputs.
* gnu/packages/machine-learning.scm (python-mord)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I597517f73fca8e3fe15b81bb6b8929572841de95
This commit is contained in:
parent
f457f79d09
commit
822f23c0e5
1 changed files with 1 additions and 0 deletions
|
@ -1986,6 +1986,7 @@ citation number.")
|
||||||
;; v0.6 relies on deprecated scikit-learn functionality
|
;; v0.6 relies on deprecated scikit-learn functionality
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
(inputs (list python-numpy python-scipy python-scikit-learn))
|
(inputs (list python-numpy python-scipy python-scikit-learn))
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://pypi.org/project/mord/")
|
(home-page "https://pypi.org/project/mord/")
|
||||||
(synopsis "Ordinal regression models for scikit-learn")
|
(synopsis "Ordinal regression models for scikit-learn")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue