python3Packages.fastparquet: remove unnecessary numba dependency

This commit is contained in:
Daniel K Lyons
2023-04-11 16:01:26 -06:00
parent 7e8b87566a
commit ef54de77dc
@@ -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 = {