mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
python310Packages.tensorflow-bin: disable on 3.10
There is no wheel available for this CPython release yet.
This commit is contained in:
parent
9bb624e69f
commit
6aff8a56b2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user