guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/16: gnu: python-iml: Move nose from propagated to native input.


From: guix-commits
Subject: 07/16: gnu: python-iml: Move nose from propagated to native input.
Date: Sat, 30 May 2020 10:44:21 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bcbd63407e933ce04aef72757387a0bacdb07e77
Author: Edouard Klein <edk@beaver-labs.com>
AuthorDate: Tue May 26 13:21:19 2020 +0200

    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>
---
 gnu/packages/machine-learning.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 1b678d3..17d01bc 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
+;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1817,10 +1818,11 @@ advanced research.")
     (build-system python-build-system)
     (propagated-inputs
      `(("ipython" ,python-ipython)
-       ("nose" ,python-nose)
        ("numpy" ,python-numpy)
        ("pandas" ,python-pandas)
        ("scipy" ,python-scipy)))
+    (native-inputs
+     `(("nose" ,python-nose)))
     (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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]