python310Packages.tensorflow-bin: disable on 3.10

There is no wheel available for this CPython release yet.
This commit is contained in:
Martin Weinelt 2021-12-27 03:47:56 +01:00 committed by Jonathan Ringer
parent 9bb624e69f
commit 6aff8a56b2

View File

@ -48,6 +48,8 @@ in buildPythonPackage {
inherit (packages) version;
format = "wheel";
disabled = pythonAtLeast "3.10";
src = let
pyVerNoDot = lib.strings.stringAsChars (x: if x == "." then "" else x) python.pythonVersion;
platform = if stdenv.isDarwin then "mac" else "linux";