Unverified Commit ff5fd91d authored by Matt Wittmann's avatar Matt Wittmann
Browse files

python310Packages.awswrangler: relax pyarrow dependency

awswrangler: pyarrow<10.1.0
nixpkgs: pyarrow==11.0.0
parent d05e6727
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ buildPythonPackage rec {
    "numpy"
    "pandas"
    "pg8000"
    "pyarrow"
  ];

  nativeCheckInputs = [ moto pytestCheckHook ];