pythonPackages.awkward: disable arrow support
It appears that upstream doesn't want to support this anymore:
220bd8df4b
This commit is contained in:
parent
f149c7030a
commit
2255919b89
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
, fetchPypi
|
||||
, numpy
|
||||
, pandas
|
||||
, pyarrow
|
||||
, pytestrunner
|
||||
, pytest
|
||||
, h5py
|
||||
|
@ -19,7 +18,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ pytestrunner ];
|
||||
checkInputs = [ pandas pyarrow pytest h5py ];
|
||||
checkInputs = [ pandas pytest h5py ];
|
||||
propagatedBuildInputs = [ numpy ];
|
||||
|
||||
checkPhase = ''
|
||||
|
|
Loading…
Reference in a new issue