Merge pull request #244660 from GaetanLepage/tensorflow
python311Packages.tensorflow: mark as broken
This commit is contained in:
commit
7098fac57d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue