mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
don't propogate tensorflow
This commit is contained in:
parent
2b4a70d21e
commit
c98731b8fa
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
};
|
||||
|
||||
propogatedBuildInputs = [ six enum34 tensorflow ];
|
||||
propogatedBuildInputs = [ six enum34 ];
|
||||
checkInputs = [ absl-py tensorflow ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user