all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39899] [PATCH] gnu: Update python-scikit-learn to 0.22.1.
@ 2020-03-04 11:56 Roel Janssen
  2020-03-06  9:17 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2020-03-04 11:56 UTC (permalink / raw)
  To: 39899

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Dear Guix,

I'd like to update python-scikit-learn to 0.22.1.
The attached patch does that.

Kind regards,
Roel Janssen


[-- Attachment #2: 0001-gnu-Update-python-scikit-learn-to-0.22.1.patch --]
[-- Type: text/x-patch, Size: 1575 bytes --]

From 37a32df3250b335c9c987632c8471c0b26b357c5 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Wed, 4 Mar 2020 12:52:55 +0100
Subject: [PATCH] gnu: Update python-scikit-learn to 0.22.1.

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.22.1;
  Add python-joblib to native-inputs to run the test suite.
---
 gnu/packages/machine-learning.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 8262a418cc..3f4de8e6f7 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -798,7 +798,7 @@ computing environments.")
 (define-public python-scikit-learn
   (package
     (name "python-scikit-learn")
-    (version "0.20.4")
+    (version "0.22.1")
     (source
      (origin
        (method git-fetch)
@@ -808,7 +808,7 @@ computing environments.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "08zbzi8yx5wdlxfx9jap61vg1malc9ajf576w7a0liv6jvvrxlpj"))))
+         "1xqxv210gsmjw094vc5ghq2y9lmm74qkk22pq6flcjzj51b86jxf"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -835,7 +835,8 @@ computing environments.")
     (inputs
      `(("openblas" ,openblas)))
     (native-inputs
-     `(("python-pytest" ,python-pytest)
+     `(("python-joblib" ,python-joblib)
+       ("python-pytest" ,python-pytest)
        ("python-pandas" ,python-pandas) ;for tests
        ("python-cython" ,python-cython)))
     (propagated-inputs
-- 
2.25.1


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

* [bug#39899] [PATCH] gnu: Update python-scikit-learn to 0.22.1.
  2020-03-04 11:56 [bug#39899] [PATCH] gnu: Update python-scikit-learn to 0.22.1 Roel Janssen
@ 2020-03-06  9:17 ` Ludovic Courtès
  2020-03-06 10:05   ` bug#39899: " Roel Janssen
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2020-03-06  9:17 UTC (permalink / raw)
  To: Roel Janssen; +Cc: 39899

Hi,

Roel Janssen <roel@gnu.org> skribis:

> From 37a32df3250b335c9c987632c8471c0b26b357c5 Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Wed, 4 Mar 2020 12:52:55 +0100
> Subject: [PATCH] gnu: Update python-scikit-learn to 0.22.1.
>
> * gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.22.1;
>   Add python-joblib to native-inputs to run the test suite.

LGTM, thanks!  :-)

Ludo’.

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

* bug#39899: [PATCH] gnu: Update python-scikit-learn to 0.22.1.
  2020-03-06  9:17 ` Ludovic Courtès
@ 2020-03-06 10:05   ` Roel Janssen
  0 siblings, 0 replies; 3+ messages in thread
From: Roel Janssen @ 2020-03-06 10:05 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 39899-done

On Fri, 2020-03-06 at 10:17 +0100, Ludovic Courtès wrote:
> Hi,
> 
> Roel Janssen <roel@gnu.org> skribis:
> 
> > From 37a32df3250b335c9c987632c8471c0b26b357c5 Mon Sep 17 00:00:00
> > 2001
> > From: Roel Janssen <roel@gnu.org>
> > Date: Wed, 4 Mar 2020 12:52:55 +0100
> > Subject: [PATCH] gnu: Update python-scikit-learn to 0.22.1.
> > 
> > * gnu/packages/machine-learning.scm (python-scikit-learn): Update
> > to 0.22.1;
> >   Add python-joblib to native-inputs to run the test suite.
> 
> LGTM, thanks!  :-)
> 
> Ludo’.
> 

Pushed in 83a483aac7357073c20fc2e3fe6f234e9cb119b1.  Thanks!

Kind regards,
Roel Janssen

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

end of thread, other threads:[~2020-03-06 10:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04 11:56 [bug#39899] [PATCH] gnu: Update python-scikit-learn to 0.22.1 Roel Janssen
2020-03-06  9:17 ` Ludovic Courtès
2020-03-06 10:05   ` bug#39899: " Roel Janssen

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.