python3Packages.tensorflow: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 03:10:34 +01:00
parent 9aabff24ab
commit 9a8bb68edf
@@ -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)