diff --git a/pkgs/development/python-modules/pyarrow/default.nix b/pkgs/development/python-modules/pyarrow/default.nix index ba171e372c8b..46a1151edd04 100644 --- a/pkgs/development/python-modules/pyarrow/default.nix +++ b/pkgs/development/python-modules/pyarrow/default.nix @@ -9,7 +9,7 @@ cffi, cloudpickle, cmake, - cython_0, + cython, fsspec, hypothesis, numpy, @@ -37,7 +37,7 @@ buildPythonPackage rec { nativeBuildInputs = [ cmake - cython_0 + cython pkg-config setuptools setuptools-scm