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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

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