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
commit 7098fac57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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