python310Packages.awswrangler: relax pyarrow dependency

awswrangler: pyarrow<10.1.0
nixpkgs: pyarrow==11.0.0
This commit is contained in:
Matt Wittmann
2023-02-15 07:34:11 -08:00
parent d05e6727a2
commit ff5fd91d04
@@ -60,6 +60,7 @@ buildPythonPackage rec {
"numpy"
"pandas"
"pg8000"
"pyarrow"
];
nativeCheckInputs = [ moto pytestCheckHook ];