Merge pull request #244660 from GaetanLepage/tensorflow

python311Packages.tensorflow: mark as broken
This commit is contained in:
Robert Schütz
2023-07-30 21:17:09 -07:00
committed by GitHub
@@ -448,7 +448,7 @@ let
license = licenses.asl20;
maintainers = with maintainers; [ abbradar ];
platforms = with platforms; linux ++ darwin;
broken = !(xlaSupport -> cudaSupport);
broken = !(xlaSupport -> cudaSupport) || python.pythonVersion == "3.11";
} // lib.optionalAttrs stdenv.isDarwin {
timeout = 86400; # 24 hours
maxSilent = 14400; # 4h, double the default of 7200s