python3Packages.pykrige: relax numpy upper bound
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user