guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 1e0e883536f8e3eef6e57215487e76be02afccf1
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 31ad326bc1..c63ab455af 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -6054,7 +6054,7 @@ models on CPU and GPU.")
(native-inputs (list ctranslate2
python-setuptools
python-wheel
- pybind11-2.10
+ pybind11
python-pyyaml
python-numpy))))