python3Packages.onnx: fix by pinning to protobuf3
https://hydra.nixos.org/build/231651653
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user