me
/
guix
Archived
1
0
Fork 0

gnu: python-umap-learn: Fix build.

* gnu/packages/machine-learning.scm (python-umap-learn): Add python-joblib to
  run the test suite.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -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)