python3Packages.pykrige: relax numpy upper bound

This commit is contained in:
Sarah Clark
2025-07-23 10:23:03 -07:00
parent aa565ae949
commit d6a9bae297
@@ -31,6 +31,11 @@ buildPythonPackage rec {
hash = "sha256-9f8SNlt4qiTlXgx2ica9Y8rmnYzQ5VarvFRfoZ9bSsY=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "numpy>=2.0.0rc1,<2.3; python_version >= '3.9'" "numpy>=2.0.0";
'';
build-system = [
cython
numpy