Commit bd6a5683 authored by Steven Allen's avatar Steven Allen
Browse files

python313Packages.argostranslate: add missing dependency sacremoses

Argostranslate, and therefore libretranslate, requires this package to
tokenize text.
parent 7d72518c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  pytestCheckHook,
  ctranslate2,
  ctranslate2-cpp,
  sacremoses,
  sentencepiece,
  stanza,
}:
@@ -30,6 +31,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    ctranslate2OneDNN
    sacremoses
    sentencepiece
    stanza
  ];