Unverified Commit cef509e4 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

python313Packages.argostranslate: add missing dependency sacremoses (#491264)

parents 43f46807 bd6a5683
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
  ];