python312Packages.numpy_1: unpin Cython

This commit is contained in:
Robert Schütz
2025-08-19 22:14:22 -07:00
parent c9bd75441d
commit c372b7f2f5
@@ -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"
'';