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
commit fb41277df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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