all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40822] [PATCH] gnu: python-scikit-learn: Make python-joblib a propagated input
@ 2020-04-24 12:36 Konrad Hinsen
  2020-04-28  7:35 ` bug#40822: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2020-04-24 12:36 UTC (permalink / raw)
  To: 40822

* gnu/packages/machine-learning.scm (python-scikit-learn) Move python-joblib
  from native to propagated inputs
---
 gnu/packages/machine-learning.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 9a88b53415..8e902b9e15 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -835,13 +835,13 @@ computing environments.")
     (inputs
      `(("openblas" ,openblas)))
     (native-inputs
-     `(("python-joblib" ,python-joblib)
-       ("python-pytest" ,python-pytest)
+     `(("python-pytest" ,python-pytest)
        ("python-pandas" ,python-pandas) ;for tests
        ("python-cython" ,python-cython)))
     (propagated-inputs
      `(("python-numpy" ,python-numpy)
-       ("python-scipy" ,python-scipy)))
+       ("python-scipy" ,python-scipy)
+       ("python-joblib" ,python-joblib)))
     (home-page "https://scikit-learn.org/")
     (synopsis "Machine Learning in Python")
     (description
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40822: [PATCH] gnu: python-scikit-learn: Make python-joblib a propagated input
  2020-04-24 12:36 [bug#40822] [PATCH] gnu: python-scikit-learn: Make python-joblib a propagated input Konrad Hinsen
@ 2020-04-28  7:35 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-04-28  7:35 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 40822-done


Hello,

I added your copyright, edited the commit message and pushed!

Thanks,

Mathieu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-28  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 12:36 [bug#40822] [PATCH] gnu: python-scikit-learn: Make python-joblib a propagated input Konrad Hinsen
2020-04-28  7:35 ` bug#40822: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.