guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0148e0a20393de1090b23eb9b358fab39dcd5212
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Feb 13 23:35:31 2026 +0100
gnu: onnx-optimizer: Add comment.
* gnu/packages/machine-learning.scm (onnx-optimizer): Add comment.
Change-Id: Ia194c43cf788f02f285ee1716ad16a557b358982
---
gnu/packages/machine-learning.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 6b0619f33e..005fca18ab 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2174,6 +2174,8 @@ should not be used standalone.")))
(package-transitive-supported-systems pkg)))
(list python-nbval))))
(inputs
+ ;; Must use the same protobuf as onnx to avoid loading two protobuf
+ ;; libraries causing duplicate schema registration.
(list onnx protobuf pybind11-2))
(propagated-inputs
(list python-numpy))