python3Packages.pandas: build with cython 3.1

With Cython 3.2 the serialization of some objects fails and breaks tests
downstream in dask.
This commit is contained in:
Martin Weinelt
2026-02-01 17:41:04 +01:00
parent 99fb22ca04
commit 2e2fbe8d04
@@ -5,7 +5,7 @@
fetchFromGitHub,
# build-system
cython,
cython_3_1,
meson-python,
meson,
pkg-config,
@@ -90,7 +90,7 @@ let
'';
build-system = [
cython
cython_3_1
meson-python
meson
numpy