python311Packages.scipy: remove unrequired pythonOlder check

This commit is contained in:
Doron Behar
2024-06-30 23:40:55 +03:00
parent 3bb3e89f3b
commit 6805615be3
@@ -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 ];