mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
umap-learn: fix build
This commit is contained in:
parent
9c191ebcdf
commit
95312f56b5
@ -9,6 +9,7 @@
|
|||||||
, pynndescent
|
, pynndescent
|
||||||
, tensorflow
|
, tensorflow
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, Keras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -34,6 +35,7 @@ buildPythonPackage rec {
|
|||||||
nose
|
nose
|
||||||
tensorflow
|
tensorflow
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
Keras
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user