umap-learn: fix build
This commit is contained in:
parent
9c191ebcdf
commit
95312f56b5
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
, pynndescent
|
||||
, tensorflow
|
||||
, pytestCheckHook
|
||||
, Keras
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -34,6 +35,7 @@ buildPythonPackage rec {
|
|||
nose
|
||||
tensorflow
|
||||
pytestCheckHook
|
||||
Keras
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue