mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #147662 from arkivm/fix-umap-learn
umap-learn: fix build
This commit is contained in:
commit
fb41277df3
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