diff --git a/pkgs/development/python-modules/fastparquet/default.nix b/pkgs/development/python-modules/fastparquet/default.nix index 16e3bd7ed229..f0d234390b11 100644 --- a/pkgs/development/python-modules/fastparquet/default.nix +++ b/pkgs/development/python-modules/fastparquet/default.nix @@ -5,7 +5,6 @@ , cython , setuptools , substituteAll -, numba , numpy , pandas , cramjam @@ -14,6 +13,7 @@ , python-lzo , pytestCheckHook , pythonOlder +, packaging }: buildPythonPackage rec { @@ -53,10 +53,10 @@ buildPythonPackage rec { propagatedBuildInputs = [ cramjam fsspec - numba numpy pandas thrift + packaging ]; passthru.optional-dependencies = {