mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
024a70d270
commit
a1a378e4b4
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue