guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-umap-learn: Fix build.


From: guix-commits
Subject: branch master updated: gnu: python-umap-learn: Fix build.
Date: Sun, 08 Mar 2020 05:21:46 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e2ca10a  gnu: python-umap-learn: Fix build.
e2ca10a is described below

commit e2ca10a46fc322940430e1a5b88dd4616f5c5e77
Author: Roel Janssen <address@hidden>
AuthorDate: Sun Mar 8 10:18:39 2020 +0100

    gnu: python-umap-learn: Fix build.
    
    * gnu/packages/machine-learning.scm (python-umap-learn): Add python-joblib 
to
      run the test suite.
---
 gnu/packages/machine-learning.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 3f4de8e..50c41dc 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2106,7 +2106,8 @@ These include a barrier, broadcast, and allreduce.")
          "02ada2yy6km6zgk2836kg1c97yrcpalvan34p8c57446finnpki1"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-nose" ,python-nose)))
+     `(("python-joblib" ,python-joblib)
+       ("python-nose" ,python-nose)))
     (propagated-inputs
      `(("python-numba" ,python-numba)
        ("python-numpy" ,python-numpy)



reply via email to

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