From ef54de77dcf14a5551cb4938d875a7429a3663e2 Mon Sep 17 00:00:00 2001 From: Daniel K Lyons Date: Tue, 11 Apr 2023 15:54:07 -0600 Subject: [PATCH] python3Packages.fastparquet: remove unnecessary numba dependency --- pkgs/development/python-modules/fastparquet/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {