python312Packages.fairseq: mark as broken (#395501)

This commit is contained in:
Yt
2025-04-02 18:40:56 -04:00
committed by GitHub
@@ -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
};
}