From 9a8bb68edfa225fe84602b85bbba972119428907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Wed, 14 Jan 2026 02:59:11 +0100 Subject: [PATCH] python3Packages.tensorflow: remove superfluous pythonOlder --- 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 370ad401586f..d4d8e8fa85c5 100644 --- a/pkgs/development/python-modules/tensorflow/default.nix +++ b/pkgs/development/python-modules/tensorflow/default.nix @@ -13,7 +13,6 @@ # Python deps buildPythonPackage, pythonAtLeast, - pythonOlder, python, # Python libraries numpy, @@ -132,7 +131,7 @@ let } ]; - withTensorboard = (pythonOlder "3.6") || tensorboardSupport; + withTensorboard = tensorboardSupport; cudaComponents = with cudaPackages; [ (cuda_nvcc.__spliced.buildHost or cuda_nvcc)