fix eval
This commit is contained in:
parent
78e557806e
commit
32d8215a58
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
|
||||
};
|
||||
|
||||
propogatedBuildInputs = [ six enum34 ] + lib.optional withTensorflow tensorflow;
|
||||
propogatedBuildInputs = [ six enum34 ] ++ lib.optional withTensorflow tensorflow;
|
||||
checkInputs = [ absl-py tensorflow ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in New Issue