python311Packages.scipy: remove unrequired pythonOlder check

This commit is contained in:
Doron Behar 2024-06-30 18:07:18 +03:00
parent 3bb3e89f3b
commit 6805615be3

View File

@ -6,7 +6,6 @@
fetchurl,
writeText,
python,
pythonOlder,
buildPythonPackage,
cython,
gfortran,
@ -22,7 +21,6 @@
numpy,
pybind11,
pooch,
libxcrypt,
xsimd,
blas,
lapack,
@ -108,7 +106,7 @@ buildPythonPackage {
pybind11
pooch
xsimd
] ++ lib.optionals (pythonOlder "3.9") [ libxcrypt ];
];
propagatedBuildInputs = [ numpy ];