remove withTensorflow option
This commit is contained in:
parent
32d8215a58
commit
2b4a70d21e
@ -5,7 +5,6 @@
|
||||
, enum34
|
||||
, absl-py
|
||||
, tensorflow
|
||||
, withTensorflow ? true
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -18,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
};
|
||||
|
||||
propogatedBuildInputs = [ six enum34 ] ++ lib.optional withTensorflow tensorflow;
|
||||
propogatedBuildInputs = [ six enum34 tensorflow ];
|
||||
checkInputs = [ absl-py tensorflow ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user