From 02e26bb63eb553eb680a8c5e848d5ff6c236c4d5 Mon Sep 17 00:00:00 2001 From: Felix Finkbeiner Date: Tue, 29 Oct 2024 10:25:56 +0100 Subject: [PATCH] Update pyarrow --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e73cf0..7dce4c6 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(*parts): optional_libs = [] install_requires = [ 'numpy', - 'pyarrow>=12.0.0', + 'pyarrow~=18.0.0', 'pandas<=1.1.5;python_version<"3.11"', 'pandas>=1.5.3;python_version>="3.11"', ]