umap-learn: fix build

This commit is contained in:
Vikram Narayanan 2021-11-27 22:01:02 -08:00
parent 9c191ebcdf
commit 95312f56b5

View file

@ -9,6 +9,7 @@
, pynndescent
, tensorflow
, pytestCheckHook
, Keras
}:
buildPythonPackage rec {
@ -34,6 +35,7 @@ buildPythonPackage rec {
nose
tensorflow
pytestCheckHook
Keras
];
preCheck = ''