python3Packages.paddle-bfloat: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:51 +01:00
parent ca5186caab
commit 465d0d8295
@@ -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 ];