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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user