python312Packages.pandas: fix numpy relaxation replacement (#401523)

+1 -1
+1 -1
pkgs/development/python-modules/pandas/default.nix
··· 97 # that override globally the `numpy` attribute to point to `numpy_1`. 98 postPatch = '' 99 substituteInPlace pyproject.toml \ 100 - --replace-fail "numpy>2.0.0,<2.5" numpy \ 101 --replace-fail "meson-python==0.13.1" "meson-python>=0.13.1" \ 102 --replace-fail "meson==1.2.1" "meson>=1.2.1" 103 '';
··· 97 # that override globally the `numpy` attribute to point to `numpy_1`. 98 postPatch = '' 99 substituteInPlace pyproject.toml \ 100 + --replace-fail "numpy>=2.0" numpy \ 101 --replace-fail "meson-python==0.13.1" "meson-python>=0.13.1" \ 102 --replace-fail "meson==1.2.1" "meson>=1.2.1" 103 '';