From f471a7f4762eddd26d976a530a26920a81310e0b Mon Sep 17 00:00:00 2001 From: RGAlexander216 <20406603+RGAlexander216@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:17:42 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e08fcf4..d003001 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def run_tests(self): 'zstandard', 'uvloop', 'aiofiles', - 'pyarrow==0.14.1', + 'pyarrow==14.0.1', 'pyorc', 'pandas', 'python-snappy'