Merge pull request #225897 from dklyons81/remove-numba-dependency-from-fastparquet

python3Packages.fastparquet: remove unnecessary numba dependency
This commit is contained in:
Dmitry Kalinkin 2023-04-12 11:15:12 -04:00 committed by GitHub
commit 136ed73771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {