python311Packages.onnxconverter-common: upgrade protobuf

This commit is contained in:
Martin Weinelt
2023-10-20 15:34:25 +02:00
parent 14fbfdd3fc
commit b94fdc2470
2 changed files with 5 additions and 1 deletions
@@ -29,6 +29,10 @@ buildPythonPackage rec {
onnx
];
pythonImportsCheck = [
"onnxconverter_common"
];
nativeCheckInputs = [
onnxruntime
unittestCheckHook
+1 -1
View File
@@ -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 { };