nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pykrige: relax overly strict Cython dependency

+2 -1
+2 -1
pkgs/development/python-modules/pykrige/default.nix
··· 33 33 34 34 postPatch = '' 35 35 substituteInPlace pyproject.toml \ 36 - --replace-fail "numpy>=2.0.0rc1,<2.3; python_version >= '3.9'" "numpy>=2.0.0"; 36 + --replace-fail "numpy>=2.0.0rc1,<2.3; python_version >= '3.9'" "numpy>=2.0.0" \ 37 + --replace-fail "Cython>=3.0.10,<3.1.0" "Cython>=3.1.0,<4.0.0" 37 38 ''; 38 39 39 40 build-system = [