about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-07-30 21:17:09 -0700
committerGitHub <noreply@github.com>2023-07-30 21:17:09 -0700
commit7098fac57d970eeac29c28244ede87e470f82656 (patch)
treeeb6d9553e019f5381893a2dd66d47b42cbff3573 /pkgs/development/python-modules
parent767ae6414e9c38585c5eeb746d3c6eb02601543b (diff)
parentcaaace4918cff22ca9110152bcc41808d4005007 (diff)
Merge pull request #244660 from GaetanLepage/tensorflow
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 d95678f7fc6b3..8d16f6921d2f8 100644
--- a/pkgs/development/python-modules/tensorflow/default.nix
+++ b/pkgs/development/python-modules/tensorflow/default.nix
@@ -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