mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
python3Packages.pandas: 2.2.1 -> 2.2.2
https://pandas.pydata.org/docs/whatsnew/index.html
This commit is contained in:
parent
c992bfae5f
commit
858023abb7
@ -66,7 +66,7 @@
|
||||
let
|
||||
pandas = buildPythonPackage rec {
|
||||
pname = "pandas";
|
||||
version = "2.2.1";
|
||||
version = "2.2.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -75,14 +75,15 @@ let
|
||||
owner = "pandas-dev";
|
||||
repo = "pandas";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-eyVUIYG0KCAEJbh/qZiEjGpdXq7A+2Lab+5bp+7t4cw=";
|
||||
hash = "sha256-+zQKrsJmP3FJeOiYwNH1u96+/ECDHQF39evzur3cKjc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "Cython==3.0.5" "Cython>=3.0.5" \
|
||||
--replace-fail "meson-python==0.13.1" "meson-python>=0.13.1" \
|
||||
--replace-fail "meson==1.2.1" "meson>=1.2.1"
|
||||
--replace-fail "meson==1.2.1" "meson>=1.2.1" \
|
||||
--replace-fail "numpy>=2.0.0rc1" "numpy"
|
||||
'';
|
||||
|
||||
nativeBuildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user