python3Packages.onnx: fix by pinning to protobuf3

https://hydra.nixos.org/build/231651653
This commit is contained in:
Vladimír Čunát 2023-08-16 19:18:17 +02:00
parent 87d0c28190
commit ec1e6d834a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -7354,7 +7354,9 @@ self: super: with self; {
onlykey-solo-python = callPackage ../development/python-modules/onlykey-solo-python { };
onnx = callPackage ../development/python-modules/onnx { };
onnx = callPackage ../development/python-modules/onnx {
protobuf = protobuf3;
};
onnxconverter-common = callPackage ../development/python-modules/onnxconverter-common { };