mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-iml: Move nose from propagated to native input.
* gnu/packages/machine-learning.scm (python-iml)[propagated-inputs]: Move PYTHON-NOSE ... [native-inputs]: ... here. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
5b4cb2b993
commit
bcbd63407e
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
|
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
|
||||||
;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
|
;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
|
||||||
|
;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1817,10 +1818,11 @@ (define-public python-iml
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ipython" ,python-ipython)
|
`(("ipython" ,python-ipython)
|
||||||
("nose" ,python-nose)
|
|
||||||
("numpy" ,python-numpy)
|
("numpy" ,python-numpy)
|
||||||
("pandas" ,python-pandas)
|
("pandas" ,python-pandas)
|
||||||
("scipy" ,python-scipy)))
|
("scipy" ,python-scipy)))
|
||||||
|
(native-inputs
|
||||||
|
`(("nose" ,python-nose)))
|
||||||
(home-page "https://github.com/interpretable-ml/iml")
|
(home-page "https://github.com/interpretable-ml/iml")
|
||||||
(synopsis "Interpretable Machine Learning (iML) package")
|
(synopsis "Interpretable Machine Learning (iML) package")
|
||||||
(description "Interpretable ML (iML) is a set of data type objects,
|
(description "Interpretable ML (iML) is a set of data type objects,
|
||||||
|
|
Loading…
Reference in a new issue