Merge pull request #147662 from arkivm/fix-umap-learn

umap-learn: fix build
This commit is contained in:
Robert Scott
2021-11-28 21:07:58 +00:00
committed by GitHub
@@ -9,6 +9,7 @@
, pynndescent
, tensorflow
, pytestCheckHook
, Keras
}:
buildPythonPackage rec {
@@ -34,6 +35,7 @@ buildPythonPackage rec {
nose
tensorflow
pytestCheckHook
Keras
];
preCheck = ''