Commit ef54de77 authored by Daniel K Lyons's avatar Daniel K Lyons
Browse files

python3Packages.fastparquet: remove unnecessary numba dependency

parent 7e8b8756
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {