Merge pull request #216494 from mcwitt/awswrangler-relax-pyarrow

python310Packages.awswrangler: relax pyarrow dependency
This commit is contained in:
Martin Weinelt 2023-02-22 19:29:44 +00:00 committed by GitHub
commit 1ad0905d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ buildPythonPackage rec {
"numpy"
"pandas"
"pg8000"
"pyarrow"
];
nativeCheckInputs = [ moto pytestCheckHook ];