python312Packages.numpy_1: unpin Cython (#435176)

This commit is contained in:
dotlambda
2025-08-20 10:16:41 -07:00
committed by GitHub
@@ -94,6 +94,7 @@ buildPythonPackage rec {
--replace 'py.full_path()' "'python'"
substituteInPlace pyproject.toml \
--replace-fail "Cython>=0.29.34,<3.1" Cython \
--replace-fail "meson-python>=0.15.0,<0.16.0" "meson-python"
'';