python3Packages.tensorflow: remove superfluous pythonOlder
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user