Commit d7fe3f7d authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

python312Packages.fairseq: mark as broken



It fails because it uses np.compat that is not shipped with numpy2.

Upstream runs on python3.9 and is generally mostly dead. If it ever
changes and they fix compatibility with numpy2, we may revisit this.

Signed-off-by: default avatarIhar Hrachyshka <ihar.hrachyshka@gmail.com>
parent 3958ae7b
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
  };
}