python3Packages.pyarrow: remove scipy dependency

This commit is contained in:
Tobias Mayer
2024-02-05 06:30:38 +01:00
parent 2a797902f5
commit 1f5d74db16
@@ -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 = [