python3Packages.pyarrow: remove scipy dependency
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
, pytestCheckHook
|
||||
, pytest-lazy-fixture
|
||||
, pkg-config
|
||||
, scipy
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, oldest-supported-numpy
|
||||
@@ -53,10 +52,12 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cffi
|
||||
numpy
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
cloudpickle
|
||||
fsspec
|
||||
numpy
|
||||
scipy
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user