From 412480157340e6db7e39d24d3b8d0c17e6905322 Mon Sep 17 00:00:00 2001 From: synth Date: Wed, 14 Feb 2024 15:19:55 +0100 Subject: [PATCH] Add pyarrow dependency Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0), (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries). --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bee5bf..2c3f250 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ stem>=1.8.0 torrequest>=0.1.0 pandas>=1.0.0 openpyxl<=3.0.10 -exrex>=0.11.0 \ No newline at end of file +exrex>=0.11.0 +pyarrow>=15.0.0