gnu: python-iml: Switch to pyproject.

* gnu/packages/machine-learning.scm (python-iml)[build-system]: Switch
to pyproject-build-system.
[native-inputs]: Add python-setuptools-next.

Change-Id: I417fb03117866821f20b8febaa4599339cd645d2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Cayetano Santos 2025-09-07 10:12:49 +02:00 committed by Sharlatan Hellseher
parent 024a70d270
commit a1a378e4b4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4158,11 +4158,11 @@ in a fast and accurate way.")
(sha256
(base32
"1k8szlpm19rcwcxdny9qdm3gmaqq8akb4xlvrzyz8c2d679aak6l"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(propagated-inputs
(list python-ipython python-numpy python-pandas python-scipy))
(native-inputs
(list python-nose))
(list python-nose python-setuptools-next))
(home-page "https://github.com/interpretable-ml/iml")
(synopsis "Interpretable Machine Learning (iML) package")
(description "Interpretable ML (iML) is a set of data type objects,