python311Packages.tesnsorflow: fix evaulation error

remove invalid argument grpc argument from override as it was removed in
8fbfbf557a
This commit is contained in:
Reno Dakota
2024-10-28 16:13:50 +00:00
parent 9a18caa5cd
commit 7451482dbe
-1
View File
@@ -15478,7 +15478,6 @@ self: super: with self; {
};
grpcioTF = self.grpcio.override {
protobuf = protobufTF;
grpc = grpcTF;
};
tensorboard-plugin-profileTF = self.tensorboard-plugin-profile.override {
protobuf = protobuf-pythonTF;