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

python310Packages.awswrangler: relax pyarrow dependency

authored by

Martin Weinelt and committed by
GitHub
1ad0905d d0c43b82

+1
+1
pkgs/development/python-modules/awswrangler/default.nix
··· 60 "numpy" 61 "pandas" 62 "pg8000" 63 ]; 64 65 nativeCheckInputs = [ moto pytestCheckHook ];
··· 60 "numpy" 61 "pandas" 62 "pg8000" 63 + "pyarrow" 64 ]; 65 66 nativeCheckInputs = [ moto pytestCheckHook ];