python311Packages.onnxconverter-common: upgrade protobuf
This commit is contained in:
@@ -29,6 +29,10 @@ buildPythonPackage rec {
|
||||
onnx
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"onnxconverter_common"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
onnxruntime
|
||||
unittestCheckHook
|
||||
|
||||
@@ -8366,7 +8366,7 @@ self: super: with self; {
|
||||
};
|
||||
|
||||
onnxconverter-common = callPackage ../development/python-modules/onnxconverter-common {
|
||||
protobuf = protobuf3;
|
||||
inherit (pkgs) protobuf;
|
||||
};
|
||||
|
||||
onnxmltools = callPackage ../development/python-modules/onnxmltools { };
|
||||
|
||||
Reference in New Issue
Block a user