Unverified Commit c8668331 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.fairseq: mark as broken (#395501)

parents c5eedb98 d7fe3f7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,5 +120,6 @@ buildPythonPackage rec {
    platforms = platforms.linux;
    hydraPlatforms = [ ];
    maintainers = with maintainers; [ happysalada ];
    broken = true; # requires numpy1 which is incompatible with sacrebleu depending on numpy2
  };
}