guix_mirror_bot pushed a commit to branch ae-test-pybind
in repository guix.

commit 3b0a8a2bfff33f6de98305741e9d6f1563d9acd7
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jan 18 23:47:09 2026 +0100

    gnu: python-ctranslate2: Update input.
    
    * gnu/packages/machine-learning.scm (python-ctranslate2)[native-inputs]:
    Replace pybind11-2.10 by pybind11.
    
    Change-Id: Iad4be3ee01e82226f25e9bf085c599bcac357bfa
---
 gnu/packages/machine-learning.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 61912c86fd..e9a68a92d8 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -6079,7 +6079,7 @@ models on CPU and GPU.")
     (native-inputs (list ctranslate2
                          python-setuptools
                          python-wheel
-                         pybind11-2.10
+                         pybind11
                          python-pyyaml
                          python-numpy))))
 

Reply via email to