GNU bug report logs -
#41395
[PATCH 0/2] gnu: Add python-questionary
Previous Next
Reported by: Edouard Klein <edk <at> beaver-labs.com>
Date: Tue, 19 May 2020 09:55:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #65 received at 41395 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/machine-learning.scm (python-iml): Make python-nose
a native input instead of a propagated input.
---
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 1b678d3d20..17d01bc656 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2019 Guillaume Le Vaillant <glv <at> posteo.net>
;;; Copyright © 2019 Brett Gilio <brettg <at> gnu.org>
;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
+;;; Copyright © 2020 Edouard Klein <edk <at> 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,
--
2.26.2
This bug report was last modified 4 years and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.