gnu: python-umap-learn: Fix build.

* gnu/packages/machine-learning.scm (python-umap-learn): Add python-joblib to
  run the test suite.
This commit is contained in:
Roel Janssen 2020-03-08 10:18:39 +01:00
parent 5fdc5b2d57
commit e2ca10a46f
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -2106,7 +2106,8 @@ (define-public python-umap-learn
"02ada2yy6km6zgk2836kg1c97yrcpalvan34p8c57446finnpki1")))) "02ada2yy6km6zgk2836kg1c97yrcpalvan34p8c57446finnpki1"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose))) `(("python-joblib" ,python-joblib)
("python-nose" ,python-nose)))
(propagated-inputs (propagated-inputs
`(("python-numba" ,python-numba) `(("python-numba" ,python-numba)
("python-numpy" ,python-numpy) ("python-numpy" ,python-numpy)