python3Packages.paddle-bfloat: remove superfluous pythonOlder
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pythonOlder,
|
||||
pythonAtLeast,
|
||||
numpy,
|
||||
}:
|
||||
@@ -27,7 +26,7 @@ buildPythonPackage {
|
||||
--replace "Py_TYPE(&NPyBfloat16_Descr) = &PyArrayDescr_Type" "Py_SET_TYPE(&NPyBfloat16_Descr, &PyArrayDescr_Type)"
|
||||
'';
|
||||
|
||||
disabled = pythonOlder "3.9" || pythonAtLeast "3.12";
|
||||
disabled = pythonAtLeast "3.12";
|
||||
|
||||
propagatedBuildInputs = [ numpy ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user