From 05313be88df5962d19575bec7cd5f4b1e697757c Mon Sep 17 00:00:00 2001 From: tesnos6921 <7860497+tesnos6921@users.noreply.github.com> Date: Fri, 7 Mar 2025 19:10:31 -0500 Subject: [PATCH] Update default.nix --- pkgs/development/python-modules/tensorflow/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tensorflow/default.nix b/pkgs/development/python-modules/tensorflow/default.nix index 96ed0b178f3d0..4631f778fee01 100644 --- a/pkgs/development/python-modules/tensorflow/default.nix +++ b/pkgs/development/python-modules/tensorflow/default.nix @@ -180,7 +180,7 @@ let tfFeature = x: if x then "1" else "0"; - version = "2.13.0"; + version = "2.18.0"; format = "setuptools"; variant = lib.optionalString cudaSupport "-gpu"; pname = "tensorflow${variant}"; @@ -607,7 +607,6 @@ in buildPythonPackage { __structuredAttrs = true; inherit version pname; - disabled = pythonAtLeast "3.12"; src = bazel-build.python;