python3Packages.tensorflow-bin: clean up badPlatforms

This commit is contained in:
Emily
2026-02-18 08:34:42 +00:00
parent cea0306b62
commit 46643d9b99
@@ -240,7 +240,6 @@ buildPythonPackage (finalAttrs: {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.asl20;
maintainers = [ ];
badPlatforms = [ ];
# unsupported combination
broken = stdenv.hostPlatform.isDarwin && cudaSupport;
};