diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-18 23:47:09 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:33 +0100 |
| commit | 4e1e5a5f7766988fe2e15b243a9e9ee4031041da (patch) | |
| tree | a35905276730b5583f3a74c7b49fb6ba7c4e74e4 /gnu/packages/machine-learning.scm | |
| parent | ac3172abea4d99664281dd35a7ee39b3cb0cd771 (diff) | |
gnu: python-ctranslate2: Update input.
* gnu/packages/machine-learning.scm (python-ctranslate2)[native-inputs]:
Replace pybind11-2.10 by pybind11.
Change-Id: Iad4be3ee01e82226f25e9bf085c599bcac357bfa
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/machine-learning.scm')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index f78ce266594..ea2d033fd7c 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -6059,7 +6059,7 @@ models on CPU and GPU.") (native-inputs (list ctranslate2 python-setuptools python-wheel - pybind11-2.10 + pybind11 python-pyyaml python-numpy)))) |
