From e2ca10a46fc322940430e1a5b88dd4616f5c5e77 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Sun, 8 Mar 2020 10:18:39 +0100 Subject: 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 3f4de8e6f7..50c41dc113 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) -- cgit v1.2.3