python3Packages.numpy_1: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:51 +01:00
parent 8ee22e3aac
commit 1369f0cc41
+1 -2
View File
@@ -5,7 +5,6 @@
python,
numpy_1,
pythonAtLeast,
pythonOlder,
buildPythonPackage,
writeTextFile,
@@ -61,7 +60,7 @@ buildPythonPackage rec {
pname = "numpy";
version = "1.26.4";
pyproject = true;
disabled = pythonOlder "3.9" || pythonAtLeast "3.13";
disabled = pythonAtLeast "3.13";
src = fetchPypi {
inherit pname version;