mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
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:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user