about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-07-21 14:49:57 +0200
committerRobert Schütz <nix@dotlambda.de>2023-07-30 21:13:47 -0700
commitcaaace4918cff22ca9110152bcc41808d4005007 (patch)
tree3d21927c2e14ff2020be7f59a44ccbdac803f4c3 /pkgs/development/python-modules
parent9ca785644d067445a4aa749902b29ccef61f7476 (diff)
python311Packages.tensorflow: mark as broken
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/tensorflow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/tensorflow/default.nix b/pkgs/development/python-modules/tensorflow/default.nix
index ba7c36c9503c7..d9ae5427474ac 100644
--- a/pkgs/development/python-modules/tensorflow/default.nix
+++ b/pkgs/development/python-modules/tensorflow/default.nix
@@ -447,7 +447,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