1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02: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:
Ricardo Wurmus
2025-01-14 15:20:04 +01:00
parent f457f79d09
commit 822f23c0e5

View File

@@ -1986,6 +1986,7 @@ citation number.")
;; v0.6 relies on deprecated scikit-learn functionality
(arguments `(#:tests? #f))
(inputs (list python-numpy python-scipy python-scikit-learn))
(native-inputs (list python-setuptools python-wheel))
(home-page "https://pypi.org/project/mord/")
(synopsis "Ordinal regression models for scikit-learn")
(description