python311Packages.tensorflow-bin: Disable

The upstream does not support 3.11 yet and as such has not provided any
compatible wheels.
This commit is contained in:
Martin Weinelt
2023-01-05 01:08:47 +01:00
parent 755532262d
commit bdc18031e5
@@ -49,6 +49,9 @@ in buildPythonPackage {
inherit (packages) version;
format = "wheel";
# Python 3.11 still unsupported
disabled = pythonAtLeast "3.11";
src = let
pyVerNoDot = lib.strings.stringAsChars (x: if x == "." then "" else x) python.pythonVersion;
platform = if stdenv.isDarwin then "mac" else "linux";