Loading pkgs/development/python-modules/pandas/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ let # that override globally the `numpy` attribute to point to `numpy_1`. postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "numpy>2.0.0,<2.5" numpy \ --replace-fail "numpy>=2.0" numpy \ --replace-fail "meson-python==0.13.1" "meson-python>=0.13.1" \ --replace-fail "meson==1.2.1" "meson>=1.2.1" ''; Loading Loading
pkgs/development/python-modules/pandas/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ let # that override globally the `numpy` attribute to point to `numpy_1`. postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "numpy>2.0.0,<2.5" numpy \ --replace-fail "numpy>=2.0" numpy \ --replace-fail "meson-python==0.13.1" "meson-python>=0.13.1" \ --replace-fail "meson==1.2.1" "meson>=1.2.1" ''; Loading