From 46643d9b998dd6e93035bd10559b64a4259cf73b Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 18 Feb 2026 08:34:42 +0000 Subject: [PATCH] python3Packages.tensorflow-bin: clean up `badPlatforms` --- pkgs/development/python-modules/tensorflow/bin.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/tensorflow/bin.nix b/pkgs/development/python-modules/tensorflow/bin.nix index c6f3ff11c804..23d61c163664 100644 --- a/pkgs/development/python-modules/tensorflow/bin.nix +++ b/pkgs/development/python-modules/tensorflow/bin.nix @@ -240,7 +240,6 @@ buildPythonPackage (finalAttrs: { sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.asl20; maintainers = [ ]; - badPlatforms = [ ]; # unsupported combination broken = stdenv.hostPlatform.isDarwin && cudaSupport; };