fix eval
This commit is contained in:
committed by
Frederik Rietdijk
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; {
|
||||
|
||||
Reference in New Issue
Block a user